-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update to Node 18 #7078 #8111
Update to Node 18 #7078 #8111
Conversation
Kudos, SonarCloud Quality Gate passed! |
@jpandersen87 Are you running into request proxy issues locally with this upgrade?
I just checked out to |
I did not but will check again. |
Scratch that, when checking the submissions page after imitating simple_report I get the error. Investigating. |
Was an error on my end with the java app not running. Cannot reproduce proxy errors in dev. However, node 18 support seems to be incomplete for our dependency msw: mswjs/msw#1388 |
There's a hacky workaround mentioned here: mswjs/interceptors#283 (comment) but will not go down that road. We'll have to either wait for full node 18 support or change libraries, but for now this is blocked. |
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
@jpandersen87 What do you think about closing this for now and reopening when the MSW issue is resolved? Not a big deal, though -- just thinking about keeping the pull request list smaller! |
Closing for now |
This PR updates the node version to the current LTS: 18.13.X. Closes #7078