Skip to content

Updating Node.js

Karl Tarvas edited this page Jan 19, 2022 · 5 revisions

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), please see Node's lifecycle.

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.

Clone this wiki locally