ci: remove forced corepack installation · nuxt/test-utils@bf19bd3 · GitHub
Skip to content

Commit bf19bd3

Browse files
committed
ci: remove forced corepack installation
1 parent 423bb3e commit bf19bd3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
fetch-depth: 0
25-
- run: npm i -g --force corepack && corepack enable
25+
- run: corepack enable
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
2828
node-version: lts/*

.github/workflows/ci.yml

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

3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34-
- run: npm i -g --force corepack && corepack enable
34+
- run: corepack enable
3535
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3636
with:
3737
node-version: lts/*
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57-
- run: npm i -g --force corepack && corepack enable
57+
- run: corepack enable
5858
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5959
with:
6060
node-version: lts/*

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- run: npm i -g --force corepack && corepack enable
23+
- run: corepack enable
2424
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
2626
node-version: lts/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)