Switch to alpine-node instead of node container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bad 2020-10-19 16:54:42 +02:00
parent 2627de72ca
commit a5280f73f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: build - name: build
image: node:14 image: node:current-alpine3.12
commands: commands:
- npm install -D - npm install -D
- npm run rebuild - npm run rebuild