fix: use node 14, same as github actions config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
d80e970117
commit
96c9ea8de7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
buildfrontend:
|
buildfrontend:
|
||||||
image: node
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn test
|
- yarn test
|
||||||
|
@ -9,7 +9,7 @@ pipeline:
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: node
|
image: node:14
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
|
@ -18,6 +18,6 @@ pipeline:
|
||||||
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
|
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
|
||||||
|
|
||||||
lint-frontend:
|
lint-frontend:
|
||||||
image: node
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- yarn lint-ci
|
- yarn lint-ci
|
||||||
|
|
Reference in a new issue