Updating Node.js - uyuni-project/uyuni GitHub Wiki

Node.js is a build-time dependency for Uyuni's frontend. Node should be kept up-to-date with a stable version that's in long-term support (LTS).

Node follows a release cycle where even-numbered releases are stable and odd-numbered releases are unstable or experimental.

Shortly, DO update to Node 10.x, 12.x, 14.x etc. Do NOT update to 11.x, 13.x, 15.x etc.

Here's the checklist to update Node:

*As of now, 4.1 is fixed to use nodejs 14. Unless v14 goes EOL during 4.1's lifecycle, we don't plan to upgrade nodejs on this version.