-
Notifications
You must be signed in to change notification settings - Fork 34
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
APPSRE-7775 bump nodejs to next lts #194
Conversation
Can you provide documentation/details about the "funny stuff"? A link may suffice. |
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.
--openssl-legacy-provider
details can be found facebook/create-react-app#11562. Can cleanup after we upgrade dependencies.
1316f9a
to
4150bf2
Compare
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.
LGTM!
/retest |
1 similar comment
/retest |
|
This can be closed in favor of #198 |
nodejs16 reached EOL. Lets bump to next LTS 18.
Note: starting with node17 there is funny stuff with openssl. For now, setting
--openssl-legacy-provider
for compatibility. However, long-term we should consider upgradingreact-scripts
.