Commit c69996d073bd1a5aacca2eac8ea824eb75a39b69
1 parent
b07003e1
chore: use node16
Showing
2 changed files
with
4 additions
and
4 deletions
.github/workflows/deploy.yml
... | ... | @@ -68,10 +68,10 @@ jobs: |
68 | 68 | sed -i "s#VITE_BUILD_COMPRESS\s*=.*#VITE_BUILD_COMPRESS = 'gzip'#g" ./.env.production |
69 | 69 | cat ./.env.production |
70 | 70 | |
71 | - - name: use Node.js 14 | |
71 | + - name: use Node.js 16 | |
72 | 72 | uses: actions/setup-node@v2.1.2 |
73 | 73 | with: |
74 | - node-version: '14.x' | |
74 | + node-version: '16.x' | |
75 | 75 | |
76 | 76 | - name: Get yarn cache |
77 | 77 | id: yarn-cache | ... | ... |
.github/workflows/ftp-schedule.yml
... | ... | @@ -21,10 +21,10 @@ jobs: |
21 | 21 | sed -i "s#VITE_DROP_CONSOLE\s*=.*#VITE_DROP_CONSOLE = true#g" ./.env.production |
22 | 22 | cat ./.env.production |
23 | 23 | |
24 | - - name: use Node.js 15 | |
24 | + - name: use Node.js 16 | |
25 | 25 | uses: actions/setup-node@v2.1.2 |
26 | 26 | with: |
27 | - node-version: '15.x' | |
27 | + node-version: '16.x' | |
28 | 28 | |
29 | 29 | - name: Get yarn cache |
30 | 30 | id: yarn-cache | ... | ... |