1 changed files with
1 additions and
1 deletions
|
|
|
@ -49,7 +49,7 @@ steps:
|
|
|
|
# build
|
|
|
|
# build
|
|
|
|
- name: build
|
|
|
|
- name: build
|
|
|
|
pull: if-not-exists
|
|
|
|
pull: if-not-exists
|
|
|
|
image: node:14.16.1
|
|
|
|
image: node:16.14.0
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- npm run build
|
|
|
|
- npm run build
|
|
|
|
when:
|
|
|
|
when:
|
|
|
|
|