-
Notifications
You must be signed in to change notification settings - Fork 75
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 node version to 20. #3245
Conversation
Signed-off-by: Eric Badiere <ebadiere@gmail.com>
Test Results 18 files - 1 235 suites - 23 29m 49s ⏱️ -56s For more details on these failures, see this check. Results for commit 3939165. ± Comparison against base commit a541583. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Eric Badiere <ebadiere@gmail.com>
Quality Gate passedIssues Measures |
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.
LGTM
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.
lg
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3245 +/- ##
==========================================
+ Coverage 83.17% 83.48% +0.31%
==========================================
Files 66 66
Lines 4314 4305 -9
Branches 843 846 +3
==========================================
+ Hits 3588 3594 +6
+ Misses 483 470 -13
+ Partials 243 241 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
* chore: Upgrade node version to 20. Signed-off-by: Eric Badiere <ebadiere@gmail.com> * chore: Updated references to node 20. Signed-off-by: Eric Badiere <ebadiere@gmail.com> --------- Signed-off-by: Eric Badiere <ebadiere@gmail.com>
Description:
This PR upgrades any leftover references from node version 18, to node version 20. It updates github workflows and cleans up some leftover commented out code.
Related issue(s):
Fixes #3156
Notes for reviewer:
Node version 20 was already referenced in the README.md and in most of the workflows. The conformity tests had some remaining version 18 references that were updated.
Checklist