Skip to content

Commit

Permalink
Merge pull request #2058 from embroider-build/setPackageManager
Browse files Browse the repository at this point in the history
Set the packageManager field
  • Loading branch information
NullVoxPopuli authored Jul 25, 2024
2 parents 90ea155 + bbdbd9a commit 4d3ca87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ runs:
run: echo "auto-install-peers=false" > .npmrc
if: inputs.use_pinned_node == 'false'
shell: bash
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"changelog": {
"__comment__": "Our release infrastructure relies on these exact labels. Be careful changing them.",
"labels": {
Expand Down

0 comments on commit 4d3ca87

Please sign in to comment.