Skip to content

Commit 42b5d74

Browse files
authored
Merge pull request #703 from adopted-ember-addons/pnpm-v10
Bump pnpm to v10
2 parents 9a7d898 + 677268a commit 42b5d74

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
cache: pnpm
4949
- name: Install Dependencies
5050
run: pnpm install --no-lockfile
51-
- name: pnpm why -r @embroider/macros
52-
run: pnpm why -r @embroider/macros
5351
- name: Run Tests
5452
run: pnpm test:ember
5553
working-directory: test-app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"volta": {
2626
"node": "18.20.4",
27-
"pnpm": "9.12.3"
27+
"pnpm": "10.9.0"
2828
}
2929
}

pnpm-workspace.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
packages:
22
- 'ember-changeset'
33
- 'test-app'
4-
overrides:
5-
# https://github.com/embroider-build/embroider/issues/2440
6-
"@embroider/macros": "1.16.11"

0 commit comments

Comments
 (0)