update drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2020-04-17 20:27:05 +07:00
parent c2d7a8f8f4
commit 06279460c8

View File

@ -1,21 +1,8 @@
pipeline: pipeline:
restore-cache: build:
image: drillster/drone-volume-cache image: node:latest
restore: true
mount:
- ./node_modules
volumes:
- /tmp/cache:/cache
install:
image: node:8.6.0
commands: commands:
- node -v - node --version
- npm -v - npm --version
- npm install - npm install
testing:
image: node:8.6.0
group: testing
commands:
- npm run test - npm run test