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 node version to 20. #3245

Merged
merged 2 commits into from
Nov 11, 2024
Merged

chore: Upgrade node version to 20. #3245

merged 2 commits into from
Nov 11, 2024

Conversation

ebadiere
Copy link
Contributor

@ebadiere ebadiere commented Nov 11, 2024

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Eric Badiere <ebadiere@gmail.com>
@ebadiere ebadiere added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@ebadiere ebadiere self-assigned this Nov 11, 2024
Copy link

github-actions bot commented Nov 11, 2024

Test Results

 18 files   -   1  235 suites   - 23   29m 49s ⏱️ -56s
608 tests ±  0  603 ✅ +  1  4 💤 ±0  1 ❌  - 1 
623 runs   - 113  618 ✅  - 112  4 💤 ±0  1 ❌  - 1 

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.
"before all" hook in "@api-batch-2 RPC Server Acceptance Tests" ‑ RPC Server Acceptance Tests Acceptance tests @api-batch-2 RPC Server Acceptance Tests "before all" hook in "@api-batch-2 RPC Server Acceptance Tests"
"before all" hook in "RPC Server Acceptance Tests" ‑ RPC Server Acceptance Tests Acceptance tests @api-batch-1 RPC Server Acceptance Tests RPC Server Acceptance Tests "before all" hook in "RPC Server Acceptance Tests"

♻️ This comment has been updated with latest results.

Signed-off-by: Eric Badiere <ebadiere@gmail.com>
Copy link

@ebadiere ebadiere added this to the 0.60.0 milestone Nov 11, 2024
@ebadiere ebadiere marked this pull request as ready for review November 11, 2024 17:46
@ebadiere ebadiere requested review from AlfredoG87, Nana-EC and a team as code owners November 11, 2024 17:46
Copy link
Member

@quiet-node quiet-node left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@quiet-node quiet-node added internal For changes that affect the project's internal workings but not its outward-facing functionality. and removed dependencies Pull requests that update a dependency file labels Nov 11, 2024
Copy link
Contributor

@acuarica acuarica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lg

@ebadiere ebadiere merged commit 23672a3 into main Nov 11, 2024
48 of 49 checks passed
@ebadiere ebadiere deleted the 3156-upgrade-to-node-20 branch November 11, 2024 19:08
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.48%. Comparing base (db4e6e0) to head (3939165).
Report is 3 commits behind head on main.

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     
Flag Coverage Δ
config-service 98.14% <ø> (ø)
relay 85.70% <ø> (+0.40%) ⬆️
server 83.52% <ø> (ø)
ws-server 36.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

ebadiere added a commit that referenced this pull request Nov 11, 2024
* 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>
ebadiere added a commit that referenced this pull request Nov 11, 2024
* chore: Upgrade node version to 20.



* chore: Updated references to node 20.



---------

Signed-off-by: Eric Badiere <ebadiere@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Node JS v20
3 participants