Skip to content

Commit 5d4bb19

Browse files
committed
build: node version 16
1 parent e014ea3 commit 5d4bb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js & Cache Dependencies ⚡️
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
# 不缓存 node modules, 没啥提升, 时间还长了
1919
# cache: 'npm'
2020
# cache-dependency-path: lock.json

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js & Cache Dependencies ⚡️
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 14
33+
node-version: 16
3434
# 不缓存 node modules, 没啥提升, 时间还长了
3535
# cache: 'npm'
3636
# cache-dependency-path: lock.json

0 commit comments

Comments
 (0)