Skip to content

Commit 3e7f999

Browse files
committed
update pnpm in CI
1 parent 4932adb commit 3e7f999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/pnpm/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: pnpm/action-setup@v4
77
with:
8-
version: '8.5.1'
8+
version: '9.4.0'
99
- uses: actions/setup-node@v4
1010
with:
1111
cache: 'pnpm'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"semantic-release": "pnpm --filter ember-stereo run semantic-release",
2323
"format": "prettier --write \"**/*.{js,hbs,ts,tsx,md}\""
2424
},
25-
"packageManager": "pnpm@8.5.1",
25+
"packageManager": "pnpm@9.4.0",
2626
"volta": {
2727
"node": "16.14.0",
2828
"yarn": "1.22.17",
2929
"npm": "7.22.0",
30-
"pnpm": "8.10.2"
30+
"pnpm": "9.4.0"
3131
},
3232
"dependencies": {
3333
"@ember/render-modifiers": "^1.0.2",

0 commit comments

Comments
 (0)