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 5c668b5 commit f31fd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
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 --filter "test-app" exec glint;

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

0 comments on commit f31fd96

Please sign in to comment.