Update Node, ESLint and various dependencies

This commit is contained in:
2024-05-01 17:48:07 +02:00
parent 5ec07b62d8
commit e6c75eac69
6 changed files with 36 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ type: docker
steps:
- name: build
image: node:20-alpine
image: node:22-alpine
commands:
- yarn install
- yarn build