diff --git a/.drone.yml b/.drone.yml index 9c3d877..ea5ab49 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