-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 Node.js to 20.x in Dockerfile #6099
Conversation
iirc we've got a dependency which requires it, I'll run the CI and see if it passes |
I went through the CI failures, and had to update node version in Done in |
The linting job wasn't using the node version from I updated it in |
The |
The CI is succeeding. Is this good to merge? |
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.
lets try it
Looks like Node.js 20.x had to be updated in I've posted a PR at #6242 |
Refs: https://bsky.app/profile/yagiznizipli.com/post/3l7yibgike52z
Node.js 18.x will be reaching end-of-life on 2025-04-30
https://github.com/nodejs/Release#release-schedule
This PR proactively attempts to upgrade to newer LTS version.