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