-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: Add support for Node 22 #2209
Conversation
Thanks for opening this pull request!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #2209 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 61 64 +3
Lines 6186 6366 +180
Branches 1499 1535 +36
==========================================
+ Hits 6186 6366 +180 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
Just out of curiosity running CI with Node 19... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the package-lock update; ready for merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
# [5.3.0-alpha.1](5.2.0...5.3.0-alpha.1) (2024-07-07) ### Features * Add support for Node 22 ([#2209](#2209)) ([c74fd4c](c74fd4c))
🎉 This change has been released in version 5.3.0-alpha.1 |
🎉 This change has been released in version 5.3.0-beta.1 |
🎉 This change has been released in version 5.3.0 |
Pull Request
Issue
This commit aligns the repository with the currently supported Node.js versions.
See:
https://github.com/nodejs/Release
Approach