Skip to content

Commit 3840443

Browse files
committed
update corepack
1 parent c10a2c8 commit 3840443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v4
49-
- run: corepack enable
49+
- run: |
50+
npm install -g corepack@latest
51+
corepack enable
52+
corepack prepare pnpm@latest --activate
5053
- uses: actions/setup-node@v4
5154
with:
5255
node-version: 20

0 commit comments

Comments
 (0)