-
Notifications
You must be signed in to change notification settings - Fork 54
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
Set node version to 23.1 #8280
Set node version to 23.1 #8280
Conversation
do we know how often the Docker images are updated and how that impacts us? I assume someone would update it to use 23.2 soon enough. if that happens will our frontend start failing to build? tagging @shanice-skylight in case she has more insight |
During pairing @mehansen found this image that sets it to node 23.1 so I'll update with this one for now! |
Quality Gate passedIssues Measures |
smoke tested in dev6. checks pass, so looks good to me |
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.
ty both
FRONTEND PULL REQUEST
Related Issue
Our frontend build job was initially passing following the Node 23 upgrade. Recently, the same job began to fail.
@mehansen found that version 23.2.x of NodeJS released on November 11, 2024 is breaking our frontend builds
Changes Proposed
Additional Information
Previous comment
Updated to a Docker image with node 23.1.0 set
See other reported issues:
Internal convo here
Testing
Screenshots / Demos