inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

Test against `typescript@~5.4.0` instead of `typescript@rc` #511

Closed jpwilliams closed 7 months ago

jpwilliams commented 7 months ago

Summary

Following #500 and the full release of TypeScript 5.4, updates our type tests to use typescript@~5.4.0 instead of typescript@rc, as the rc tag will change over time.

Checklist

Related