diff --git a/.drone.yml b/.drone.yml index 797dcc7..4228a0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,8 @@ pipeline: - restore-cache: - image: drillster/drone-volume-cache - restore: true - mount: - - ./node_modules - volumes: - - /tmp/cache:/cache - - install: - image: node:8.6.0 + build: + image: node:latest commands: - - node -v - - npm -v + - node --version + - npm --version - npm install - - testing: - image: node:8.6.0 - group: testing - commands: - npm run test \ No newline at end of file