Skip to content

Commit e5ef9b9

Browse files
authored
Merge pull request #1973 from embroider-build/support-corepack
Support corepack's packageManager field
2 parents 788cd18 + 226b0b7 commit e5ef9b9

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/actions/setup/action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ runs:
1616
run: echo "auto-install-peers=false" > .npmrc
1717
if: inputs.use_pinned_node == 'false'
1818
shell: bash
19-
- uses: pnpm/action-setup@v3
19+
- uses: pnpm/action-setup@v4
2020
name: Install pnpm
21-
with:
22-
version: 8
23-
run_install: false
2421
- uses: actions/setup-node@v4
2522
with:
2623
node-version: 16

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: CI
22

3-
env:
4-
VOLTA_FEATURE_PNPM: 1
5-
63
on:
74
workflow_dispatch:
85
schedule:

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"unlabeled": ":question: Unlabeled"
7070
},
7171
"wildcardLabel": "unlabeled"
72-
}
73-
}
72+
},
73+
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
74+
}

0 commit comments

Comments
 (0)