Use node 22 in CI.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Manuel Friedli 2025-01-08 22:43:58 +01:00
parent 416017b40e
commit 78b8772eff
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: install - name: install
image: node:20-alpine image: node:22-alpine
commands: commands:
- npm install - npm install
- npm run lint - npm run lint