Skip to content

Commit 10ca343

Browse files
committed
ci: fix corepack verification error
1 parent 206fcb5 commit 10ca343

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v4
1111

12-
- run: corepack enable
12+
- run: |
13+
npm install -g corepack@latest
14+
corepack enable
15+
1316
- uses: actions/setup-node@v4
1417
with:
1518
node-version: 20

0 commit comments

Comments
 (0)