drone-with-nodejs/.drone.yml

7 lines
91 B
YAML
Raw Normal View History

pipeline:
build:
image: node:slim
commands:
- npm install
- npm test