diff --git a/.drone.yml b/.drone.yml index 6efe442..83ff5ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: alpine + image: node:16.18.1 commands: - npm install - npm run build