-
Notifications
You must be signed in to change notification settings - Fork 186
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(node): bump from 18 to 22 #2671
base: main
Are you sure you want to change the base?
Conversation
📸 Preview service has generated an image. |
📸 Preview service has generated an image. |
📸 Preview service has generated an image. |
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ | ||
&& curl -fsSL https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini \ | ||
&& chmod +x /usr/bin/tini \ | ||
&& curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh \ |
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.
Ubuntu noble
doesn't package Node version 22, so we have to install it via nodesource
📸 Preview service has generated an image. |
📸 Preview service has generated an image. |
Description & motivation
Node 18 is EOL in early 2025, and Node 22 is new LTS.
https://linear.app/speckle/project/remain-on-a-javascript-runtime-environment-with-long-term-support-31b50d0fdd9b/overview
Changes:
To-do before merge:
Screenshots:
Validation of changes:
Checklist:
References