diff --git a/.drone.yml b/.drone.yml index 712f5a4..d1fabfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: install - image: node:20-alpine + image: node:22-alpine commands: - npm install - npm run lint