Skip to content

Commit

Permalink
build: node version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Feb 23, 2024
1 parent e014ea3 commit 5d4bb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js & Cache Dependencies ⚡️
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
# 不缓存 node modules, 没啥提升, 时间还长了
# cache: 'npm'
# cache-dependency-path: lock.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js & Cache Dependencies ⚡️
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
# 不缓存 node modules, 没啥提升, 时间还长了
# cache: 'npm'
# cache-dependency-path: lock.json
Expand Down

0 comments on commit 5d4bb19

Please sign in to comment.