Skip to content

Commit 3e4256a

Browse files
committed
fix: corepack manager use pnpm failed
1 parent f7e82a8 commit 3e4256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install pnpm
21-
run: npm i -g corepack@latest && corepack enable pnpm
21+
run: npm i -g pnpm
2222

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

0 commit comments

Comments
 (0)