Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 1, 2025
1 parent f31fd96 commit e5f5989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ jobs:
pnpm --filter "test-app*" exec tsc -v;
pnpm --filter "test-app*" exec glint --version;
- name: 'Type checking (built in types)'
# Types of newer versions are not compatible with TS < v5
run: pnpm add --save-dev "@ember/test-helpers@^3.0.0"
- run: pnpm add --save-dev "@ember/test-helpers@^3.0.0"
working-directory: 'test-app'
- name: 'Type checking (built in types)'
run: pnpm --filter "test-app" exec glint;

- name: 'Type checking (DefinitelyTyped types)'
Expand Down

0 comments on commit e5f5989

Please sign in to comment.