diff --git a/.drone.yml b/.drone.yml index bdcaae0..341a6e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file