fix: use node 14, same as github actions config

This commit is contained in:
Aravinth Manivannan 2022-08-16 16:44:15 +05:30
parent d80e970117
commit 96c9ea8de7
Signed by untrusted user: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pipeline:
buildfrontend:
image: node
image: node:14
commands:
- yarn install
- yarn test
@ -9,7 +9,7 @@ pipeline:
- yarn build
deploy:
image: node
image: node:14
when:
event: push
branch: master
@ -18,6 +18,6 @@ pipeline:
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
lint-frontend:
image: node
image: node:14
commands:
- yarn lint-ci