From 04de39596f098b766688592dc3f339a1cc9bf4c0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 16 Aug 2022 16:52:22 +0530 Subject: [PATCH] feat: bump ci node to 16 --- .woodpecker.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 976629dd..0b6e2c65 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 ]