typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
110 stars 51 forks source link

Lock @types/node to avoid issues in floating-dependencies CI #650

Closed dfreeman closed 1 year ago

dfreeman commented 1 year ago

Currently in CI in the floating-dependencies job we're running into conflicts between our own @types/node v18 and the various * constraints that come in transitively via DT packages. For our purposes it should be fine to just lock to a single version.