-
Notifications
You must be signed in to change notification settings - Fork 16
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 #397
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #397 +/- ##
=======================================
Coverage 70.87% 70.87%
=======================================
Files 28 28
Lines 412 412
Branches 89 89
=======================================
Hits 292 292
Misses 119 119
Partials 1 1 ☔ View full report in Codecov by Sentry. |
I'm not formally blocking this because the constraint is 2U-only, but Aperture won't be progressing this until the work to enable deploying node 20 in our environment is complete. |
This reverts commit 6d70b87. Node 18 removal PRs should be merged after Sumac is cut.
This reverts commit 6d70b87. Node 18 removal PRs should be merged after Sumac is cut.
This reverts commit 8ee2356.
This reverts commit 8ee2356.
This reverts commit 8ee2356.
Description
Complete the upgrade to Node 20 by removing the Node 18 CI check and going back to using
.nvmrc
as the source of truth for which version to use.See the tracking issue for futher information.