Skip to content

Commit 779e9a3

Browse files
committed
feat: 修复版本错误,只在一个地方进行版本管理
1 parent 3991a94 commit 779e9a3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/content-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- uses: pnpm/action-setup@v4
31-
with:
32-
version: 10
3331

3432
- uses: actions/setup-node@v4
3533
with:

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- uses: pnpm/action-setup@v4
20-
with:
21-
version: 10
2220

2321
- uses: actions/setup-node@v4
2422
with:

.github/workflows/sync-uuid.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- uses: pnpm/action-setup@v4
40-
with:
41-
version: 9
4240

4341
- uses: actions/setup-node@v4
4442
with:

0 commit comments

Comments
 (0)