Skip to content

Commit b2a10c8

Browse files
committed
fix: action use node 16
1 parent 0ead3d9 commit b2a10c8

3 files changed

Lines changed: 121 additions & 2682 deletions

File tree

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x]
19+
node-version: [16.x]
2020

2121
steps:
2222
# 判断用户是否有写权限

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: latest
2020
strategy:
2121
matrix:
22-
node-version: [14.x]
22+
node-version: [16.x]
2323

2424
steps:
2525
# 判断用户是否有管理员权限

0 commit comments

Comments
 (0)