Skip to content

Commit

Permalink
fix: action use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Aug 23, 2023
1 parent 0ead3d9 commit b2a10c8
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 2,682 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
# 判断用户是否有写权限
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environment: latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
# 判断用户是否有管理员权限
Expand Down
Loading

0 comments on commit b2a10c8

Please sign in to comment.