Skip to content

Commit

Permalink
Merge pull request #1973 from embroider-build/support-corepack
Browse files Browse the repository at this point in the history
Support corepack's packageManager field
  • Loading branch information
ef4 committed Jun 11, 2024
2 parents 788cd18 + 226b0b7 commit e5ef9b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ 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:
node-version: 16
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
VOLTA_FEATURE_PNPM: 1

on:
workflow_dispatch:
schedule:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"unlabeled": ":question: Unlabeled"
},
"wildcardLabel": "unlabeled"
}
}
},
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}

0 comments on commit e5ef9b9

Please sign in to comment.