feat: bump ci node to 16
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-08-16 16:52:22 +05:30
parent 25b634bb78
commit 04de39596f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pipeline:
buildfrontend:
image: node:14
image: node:16
commands:
- yarn install --prefer-offline --frozen-lockfile
- yarn test
@ -9,15 +9,10 @@ pipeline:
- yarn build
deploy:
image: node:14
image: node:16
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
lint-frontend:
image: node:14
commands:
- yarn lint-ci
secrets: [ gitea_write_deploy_key, librepages_deploy_secret ]