Skip to content

Commit 2901146

Browse files
committed
ci: force latest corepack
1 parent 805bf82 commit 2901146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- uses: actions/checkout@v4
24-
- run: corepack enable
24+
- run: npm i -g --force corepack && corepack enable
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 18

0 commit comments

Comments
 (0)