Skip to content

Commit 00d97d8

Browse files
committed
ci: force latest corepack
1 parent b0477a4 commit 00d97d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
19-
- run: corepack enable
19+
- run: npm i -g --force corepack && corepack enable
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 18

0 commit comments

Comments
 (0)