Skip to content

Commit

Permalink
update pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Oct 18, 2024
1 parent 4932adb commit 3e7f999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: '8.5.1'
version: '9.4.0'
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"semantic-release": "pnpm --filter ember-stereo run semantic-release",
"format": "prettier --write \"**/*.{js,hbs,ts,tsx,md}\""
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@9.4.0",
"volta": {
"node": "16.14.0",
"yarn": "1.22.17",
"npm": "7.22.0",
"pnpm": "8.10.2"
"pnpm": "9.4.0"
},
"dependencies": {
"@ember/render-modifiers": "^1.0.2",
Expand Down

0 comments on commit 3e7f999

Please sign in to comment.