forked from mystiq/hydrogen-web
feat: bump ci node to 16
This commit is contained in:
parent
25b634bb78
commit
04de39596f
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
buildfrontend:
|
buildfrontend:
|
||||||
image: node:14
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- yarn install --prefer-offline --frozen-lockfile
|
- yarn install --prefer-offline --frozen-lockfile
|
||||||
- yarn test
|
- yarn test
|
||||||
|
@ -9,15 +9,10 @@ pipeline:
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: node:14
|
image: node:16
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- make ci-deploy
|
- make ci-deploy
|
||||||
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
|
secrets: [ gitea_write_deploy_key, librepages_deploy_secret ]
|
||||||
|
|
||||||
lint-frontend:
|
|
||||||
image: node:14
|
|
||||||
commands:
|
|
||||||
- yarn lint-ci
|
|
||||||
|
|
Loading…
Reference in a new issue