diff --git a/.drone.yml b/.drone.yml index 250e627..746acec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,5 @@ kind: pipeline type: docker -name: node10 - -steps: -- name: build - image: node:10-alpine - commands: - - npm install - - npm run build - ---- -kind: pipeline -type: docker name: node12 steps: @@ -32,3 +20,15 @@ steps: commands: - npm install - npm run build + +--- +kind: pipeline +type: docker +name: node15 + +steps: +- name: build + image: node:15-alpine + commands: + - npm install + - npm run build