Skip to content

Commit 3ec1e0b

Browse files
committed
ci: force latest corepack
1 parent 072e61d commit 3ec1e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: corepack enable
18+
- run: npm i -g --force corepack && corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v4
41-
- run: corepack enable
41+
- run: npm i -g --force corepack && corepack enable
4242
- uses: actions/setup-node@v4
4343
with:
4444
node-version: 20

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- run: corepack enable
18+
- run: npm i -g --force corepack && corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 20

0 commit comments

Comments
 (0)