-
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
test: Remove support for Node 18 #1247
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1247 +/- ##
=======================================
Coverage 93.25% 93.25%
=======================================
Files 1052 1052
Lines 20458 20458
Branches 4382 4382
=======================================
Hits 19078 19078
Misses 1317 1317
Partials 63 63 ☔ View full report in Codecov by Sentry. |
@BilalQamar95 Is this ready to merge, or are we waiting for something? And do you know why it's still showing "tests (18) Expected — Waiting for status to be reported" on the CI report here on GitHub? |
It was recently brought to my attention that there was openedx/public-engineering#280. After the Sumac cut, PRs removing Node 18 from the CI matrix can be merged.
It is due to test that runs on Node 18. |
@BilalQamar95 CC @brian-smith-tcril Just noting that this will need a slight update before merge, due to changes in how coverage tests are now run. frontend-app-authoring/.github/workflows/validate.yml Lines 25 to 27 in cff1177
frontend-app-authoring/.github/workflows/validate.yml Lines 37 to 39 in cff1177
|
…oring into bilalqamar95/node20-upgrade-3
Note: As per openedx/public-engineering#280 this can merge this after Sumac is cut.
Description
Completed upgrade to Node 20 by removing the Node 18 CI check and using
.nvmrc
for version to use.See the tracking issue for further information.