Use newer docker image for build.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Manuel Friedli 2021-02-24 16:56:43 +01:00
parent 2fdbbe888e
commit 5d6f519564
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ name: default
steps:
- name: prepare
image: node:12
image: node:15-alpine
commands:
- npm install
- name: build
image: node:12
image: node:15-alpine
commands:
- npm run build