diff --git a/.drone.yml b/.drone.yml index 1be9493..eae329a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build pull: always - image: nodejs:latest + image: node:latest commands: - npm install - npm run clean