We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e049d59 commit 3d1aa7eCopy full SHA for 3d1aa7e
misc/tools.func
@@ -3418,12 +3418,12 @@ EOF
3418
# - Optionally installs or updates global npm modules
3419
#
3420
# Variables:
3421
-# NODE_VERSION - Node.js version to install (default: 22)
+# NODE_VERSION - Node.js version to install (default: 24 LTS)
3422
# NODE_MODULE - Comma-separated list of global modules (e.g. "yarn,@vue/[email protected]")
3423
# ------------------------------------------------------------------------------
3424
3425
function setup_nodejs() {
3426
- local NODE_VERSION="${NODE_VERSION:-22}"
+ local NODE_VERSION="${NODE_VERSION:-24}"
3427
local NODE_MODULE="${NODE_MODULE:-}"
3428
3429
# ALWAYS clean up legacy installations first (nvm, etc.) to prevent conflicts
0 commit comments