Skip to content

Commit b34b37d

Browse files
authored
Merge pull request #623 from adopted-ember-addons/pnpm-v9
Bump pnpm to v9
2 parents 9904a7c + 48a89a5 commit b34b37d

File tree

5 files changed

+10026
-8335
lines changed

5 files changed

+10026
-8335
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v4
19-
with:
20-
version: 8
2119
- run: pnpm i --frozen-lockfile
2220
- name: lint
2321
run: pnpm run lint
@@ -37,8 +35,6 @@ jobs:
3735
steps:
3836
- uses: actions/checkout@v4
3937
- uses: pnpm/action-setup@v4
40-
with:
41-
version: 8
4238
- run: pnpm install --no-lockfile
4339
- name: test
4440
run: ${{ matrix.command }}

.github/workflows/plan-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
node-version: 20.x
5555

5656
- uses: pnpm/action-setup@v4
57-
with:
58-
version: 8
5957
- run: pnpm install --frozen-lockfile
6058

6159
- name: 'Generate Explanation and Prep Changelogs'

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
registry-url: 'https://registry.npmjs.org'
5252

5353
- uses: pnpm/action-setup@v4
54-
with:
55-
version: 8
5654
- run: pnpm install --frozen-lockfile
5755
- name: npm publish
5856
run: pnpm release-plan publish

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@
105105
"optional": true
106106
}
107107
},
108+
"packageManager": "[email protected]",
108109
"volta": {
109110
"node": "20.18.0",
110-
"pnpm": "8.15.9"
111+
"pnpm": "9.13.0"
111112
},
112113
"ember-addon": {
113114
"version": 2,

0 commit comments

Comments
 (0)