-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Use NodeJS 18 in CI #4134
Use NodeJS 18 in CI #4134
Conversation
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.
Codecov Report
@@ Coverage Diff @@
## master #4134 +/- ##
=======================================
Coverage 94.02% 94.02%
=======================================
Files 20 20
Lines 1890 1890
Branches 458 458
=======================================
Hits 1777 1777
Misses 40 40
Partials 73 73 |
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.
✅ This pull request was sent to the PullRequest network.
@Zarthus you can click here to see the review status or cancel the code review job.
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.
PullRequest Breakdown
Reviewable lines of change
+ 6
- 5
73% GitHubActions
18% GitHubActions (tests)
9% JSON
Generated lines of change
+ 12
- 2
Type of change
Minor Update - These changes appear to be a minor update to existing functionality and features.
@@ -32,6 +32,7 @@ | |||
] | |||
}, | |||
"devDependencies": { | |||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
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.
Did you add this on purpose?
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.
Yes - it silences the warning as suggested in the notice.
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.
We can remove it if we switch to something else than react-app-rewired.
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.
For completeness sake; I added it as a checkpoint into #4133
Refs #4107
Refs #4133