Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore]: Upgrade repository to node22 and add testing for node22 #2960

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

foxriver76
Copy link
Collaborator

@foxriver76 foxriver76 commented Nov 10, 2024

Implementation details

For migration to node 22 as the version for developers in this repository some changes were needed as the import assertions have changed from assert to with https://nodejs.org/api/esm.html#data-imports

We also added testing for node 22.
And upgraded TypeScript which lead to needed changes in the entry points per package. (Triple Slash Directive)

closes #2912

@foxriver76 foxriver76 marked this pull request as draft November 10, 2024 10:06
@foxriver76 foxriver76 marked this pull request as ready for review November 10, 2024 10:23
@foxriver76 foxriver76 merged commit ddebf84 into master Nov 13, 2024
15 checks passed
@foxriver76 foxriver76 deleted the technical-debts-node-22 branch November 13, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility check and testing for node.js 22
2 participants