We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7d898 + 677268a commit 42b5d74Copy full SHA for 42b5d74
.github/workflows/ci.yml
@@ -48,8 +48,6 @@ jobs:
48
cache: pnpm
49
- name: Install Dependencies
50
run: pnpm install --no-lockfile
51
- - name: pnpm why -r @embroider/macros
52
- run: pnpm why -r @embroider/macros
53
- name: Run Tests
54
run: pnpm test:ember
55
working-directory: test-app
package.json
@@ -24,6 +24,6 @@
24
},
25
"volta": {
26
"node": "18.20.4",
27
- "pnpm": "9.12.3"
+ "pnpm": "10.9.0"
28
}
29
pnpm-workspace.yaml
@@ -1,6 +1,3 @@
1
packages:
2
- 'ember-changeset'
3
- 'test-app'
4
-overrides:
5
- # https://github.com/embroider-build/embroider/issues/2440
6
- "@embroider/macros": "1.16.11"
0 commit comments