-
Notifications
You must be signed in to change notification settings - Fork 33
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
Upgrade Node JS from 16 to 18 #279
Comments
Great issue. Let's consider doing this at the same time we are upgrading node to v18 on projects that are using this library, for example, frontend-app-course-authoring. Just so we don't create any emergent problems by possibly having different node versions. |
yes we are planning to upgrade all the MFEs at once. Our team is creating draft PRs in all the repos and can be merged at the same time. e.g: #281 and openedx/frontend-app-authoring#464 |
This was resolved by #281 |
Abstract
Node 16's support will end on September 11, 2023. So we have to upgrade node JS to v18 before that.
Extras
Project should use
.nvmrc
to have a consistent node versionWe have to update Readme accordingly.
Upgrade Node JS from 16 to 18
The text was updated successfully, but these errors were encountered: