diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..eb160e5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +--- +kind: pipeline +name: node10 + +steps: +- name: test + image: node:10 + commands: + - npm version + - npx version + +--- +kind: pipeline +name: node12 + +steps: +- name: test + image: node:12 + commands: + - npm version + - npx version \ No newline at end of file