diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a332270e4cd5c59990a097205706e2b366c5ef44..b974f5ef7e40c0181f1e15e5a2f3c18a269b42eb 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 27792dd6813c85fe7642860f2dd705ece633e2e0..6db8dc8b5d55f6d8418ebe10b9432b8175470b98 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