donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.43k stars 150 forks source link

Lock CI to Node.js v18.18 #1200

Closed donmccurdy closed 11 months ago

donmccurdy commented 11 months ago

CI fails on the latest Node.js, v18.19. Lock to v18.18 for now. This affects TypeScript code running with tsx, including the project's unit tests, and is unlikely to affect end-users of the library.

Related: