-
Notifications
You must be signed in to change notification settings - Fork 69
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 #3237
Conversation
✅ Deploy Preview for paragon-openedx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3237 +/- ##
=======================================
Coverage 93.27% 93.27%
=======================================
Files 249 249
Lines 4401 4401
Branches 1037 1037
=======================================
Hits 4105 4105
Misses 293 293
Partials 3 3 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 22.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 23.0.0-alpha.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.