8000 ci: force latest corepack · nuxt/image@090c31b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 090c31b

Browse files
committed
ci: force latest corepack
1 parent a7ebe7d commit 090c31b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/changelogensets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- run: corepack enable
25+
- run: npm i -g --force corepack && corepack enable
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 20

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
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: 22
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
steps:
4444
- uses: actions/checkout@v4
45-
- run: corepack enable
45+
- run: npm i -g --force corepack && corepack enable
4646
- uses: actions/setup-node@v4
4747
with:
4848
node-version: 18

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- run: corepack enable
18+
- run: npm i -g --force corepack && corepack enable
1919
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2020
with:
2121
node-version: 20

0 commit comments

Comments
 (0)
0