booler/.drone.yml
Sambo Chea 06279460c8
All checks were successful
continuous-integration/drone/push Build is passing
update drone
2020-04-17 20:27:05 +07:00

8 lines
141 B
YAML

pipeline:
build:
image: node:latest
commands:
- node --version
- npm --version
- npm install
- npm run test