Skip to content

Commit 01df76d

Browse files
committed
fix: corepack manager use pnpm failed
1 parent 8fba8b1 commit 01df76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
run: |
2222
corepack enable
23-
corepack prepare pnpm@9.15.2 --activate
23+
corepack prepare pnpm@10.0.0 --activate
2424

2525
- uses: actions/setup-node@v4
2626
with:

.github/workflows/sync-taro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
run: |
2121
corepack enable
22-
corepack prepare pnpm@9.15.2 --activate
22+
corepack prepare pnpm@10.0.0 --activate
2323

2424
- uses: actions/setup-node@v4
2525
with:

0 commit comments

Comments
 (0)