Skip to content

Commit

Permalink
Test against typescript@~5.4.0 instead of typescript@rc (#511)
Browse files Browse the repository at this point in the history
## Summary
<!-- Succinctly describe your change, providing context, what you've
changed, and why. -->

Following #500 and the full release of [TypeScript
5.4](https://github.com/microsoft/TypeScript/releases/tag/v5.4.2),
updates our type tests to use `typescript@~5.4.0` instead of
`typescript@rc`, as the `rc` tag will change over time.

## Checklist
<!-- Tick these items off as you progress. -->
<!-- If an item isn't applicable, ideally please strikeout the item by
wrapping it in "~~"" and suffix it with "N/A My reason for skipping
this." -->
<!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" -->

- [ ] ~Added a [docs PR](https://github.com/inngest/website) that
references this PR~ N/A Chore
- [x] Added unit/integration tests
- [x] Added changesets if applicable

## Related

- #500
  • Loading branch information
jpwilliams committed Mar 6, 2024
1 parent 0041168 commit 783e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
tsVersion:
- 'latest'
- 'rc'
- '~5.4.0'
- '~5.3.0'
- '~5.2.0'
- '~5.1.0'
Expand Down

0 comments on commit 783e7be

Please sign in to comment.