diff --git a/.drone.yml b/.drone.yml index 987e834..41c30f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: node + image: node:lts commands: - npm install - npm run build