Add latest pipeline to drone-ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-03 14:42:45 +02:00
parent 1e6c28856b
commit ddc054f842

View file

@ -1,5 +1,6 @@
---
kind: pipeline
name: default
name: node-16-lts
steps:
- name: test
@ -7,3 +8,14 @@ steps:
commands:
- npm install
- npm test
---
kind: pipeline
name: node-latest
steps:
- name: test
image: node
commands:
- npm install
- npm test