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:
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