-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Upgrade Node version #13117
Comments
Confirmed that Node v18 doesn't work on Ubuntu 18 (fr_staging):
And it does work on Ubuntu 20 (au_staging):
|
I just tried installing the latest version of Node on Ubuntu 20, and it works fine. So once we get past Ubuntu 18, we are unrestrained~ 🏎
Note that the plugin nodenv-yarn-install doesn't seem to have installed yarn, I'm not sure why.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a long time we've been limited to Node v17.9.1, due to server versions of Ubuntu.
Our build says:
---- Blocked ----
Our current lowest server version is Ubuntu 18. Apparently you can't install Node 18+ due to glibc version. Maybe there's a way around it, but it's not standard and it would be better to spend that effort on upgrading old servers.
Impact and timeline
Although this version is no longer maintained, I don't think Node is public-facing on the server (it's only used for compiling JS) so it's probably safe.
At least one Javascript package is held back by this:
The text was updated successfully, but these errors were encountered: