Skip to content

Commit

Permalink
chore: 修改git hooks node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Dec 27, 2023
1 parent 2ef5ed0 commit e7fe3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v2
with:
# 选择要使用的 node 版本
node-version: "16"
node-version: "20"

# 缓存 node_modules
- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v2
with:
# 选择要使用的 node 版本
node-version: "16"
node-version: "20"

# 缓存 node_modules
- name: Cache dependencies
Expand Down

0 comments on commit e7fe3bc

Please sign in to comment.