-
Notifications
You must be signed in to change notification settings - Fork 274
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
chore: upgrade to node 18 #3620
Conversation
"start": "react-scripts --openssl-legacy-provider start", | ||
"build": "react-scripts --openssl-legacy-provider build", |
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.
refuses to start otherwise on node 18. arguably mildly unsafe, but 1) this dashboard is for local dev, not running in production-like envs with public access 2) this dashboard is being removed anyway
0b01d5d
to
c1073c3
Compare
c1073c3
to
70d6aa4
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.
Cool! Good work. approving in case the tests pass this time 🚀
What this PR does / why we need it:
Upgrade to Node 18
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: