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:
|
steps:
|
||||||
- name: prepare
|
- name: prepare
|
||||||
image: node:12
|
image: node:15-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- name: build
|
- name: build
|
||||||
image: node:12
|
image: node:15-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue