Skip to content

Commit 47b2d5d

Browse files
committed
ci: force latest corepack
1 parent a4bad94 commit 47b2d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16-
- run: corepack enable
16+
- run: npm i -g --force corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31-
- run: corepack enable
31+
- run: npm i -g --force corepack && corepack enable
3232
- uses: actions/setup-node@v4
3333
with:
3434
node-version: 18

0 commit comments

Comments
 (0)