Skip to content

Commit 1ad442b

Browse files
committed
ci: force latest corepack
1 parent 1450c35 commit 1ad442b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: corepack enable
14+
- run: npm i -g --force corepack && corepack enable
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: lts/*

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
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: lts/*

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
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: lts/*

0 commit comments

Comments
 (0)