Closed geigerzaehler closed 3 days ago
Latest commit: 0436e063e15389a4904cc0864fe71394e6e88601
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
ah. apparently assert
is becoming with
: https://github.com/nodejs/node/issues/51622
I wasn’t able to build the project using Node v22 because it used the legacy import assertion syntax. Support for this was removed from Node. To fix this, I’m reading
package.json
as to not rely on JSON module support which may be unavailable on older Node versions (?).I’m also fixing the Github workflows so that they actually run against different Node versions and we can discover this in the future.
Quick Checklist
[x] I have read the contributing guidelines
[x] I have written new tests, as applicable (for bug fixes / features)
[ ]
Docs have been added / updated (for bug fixes / features)[ ]
I have added a changeset, if applicable