From c69996d073bd1a5aacca2eac8ea824eb75a39b69 Mon Sep 17 00:00:00 2001 From: vben Date: Sun, 15 Aug 2021 22:48:34 +0800 Subject: [PATCH] chore: use node16 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/ftp-schedule.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a332270e..b974f5ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,10 +68,10 @@ jobs: sed -i "s#VITE_BUILD_COMPRESS\s*=.*#VITE_BUILD_COMPRESS = 'gzip'#g" ./.env.production cat ./.env.production - - name: use Node.js 14 + - name: use Node.js 16 uses: actions/setup-node@v2.1.2 with: - node-version: '14.x' + node-version: '16.x' - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/ftp-schedule.yml b/.github/workflows/ftp-schedule.yml index 27792dd6..6db8dc8b 100644 --- a/.github/workflows/ftp-schedule.yml +++ b/.github/workflows/ftp-schedule.yml @@ -21,10 +21,10 @@ jobs: sed -i "s#VITE_DROP_CONSOLE\s*=.*#VITE_DROP_CONSOLE = true#g" ./.env.production cat ./.env.production - - name: use Node.js 15 + - name: use Node.js 16 uses: actions/setup-node@v2.1.2 with: - node-version: '15.x' + node-version: '16.x' - name: Get yarn cache id: yarn-cache -- GitLab