Skip to content

Commit 6e2074b

Browse files
committed
ci: force latest corepack
1 parent 97aaa57 commit 6e2074b

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- run: corepack enable
22+
- run: npm i -g --force corepack && corepack enable
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)