Skip to content

Commit c1e3906

Browse files
committed
Update @ember/[email protected]
1 parent caef187 commit c1e3906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929
node-version: 18
3030
- name: Install Ember
3131
run: pnpx ember-cli@5 new fresh-app --package-manager=pnpm
32+
- name: Update test-helpers package
33+
run: cd fresh-app && pnpm add @ember/[email protected]
3234
- name: Run Tests with a production build
3335
run: cd fresh-app && pnpm ember test --environment=production

0 commit comments

Comments
 (0)