Use newer docker image for build.
This commit is contained in:
parent
2fdbbe888e
commit
5d6f519564
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue