diff --git a/.drone.yml b/.drone.yml index 36a3ded..5915355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: fritteli/headless-nodejs:1 + image: fritteli/headless-nodejs:1.1.0 commands: - npm install - npm run test:ci