Skip to content

Commit 3d1aa7e

Browse files
authored
Update default Node.js version to 24 LTS
1 parent e049d59 commit 3d1aa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/tools.func

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,12 +3418,12 @@ EOF
34183418
# - Optionally installs or updates global npm modules
34193419
#
34203420
# Variables:
3421-
# NODE_VERSION - Node.js version to install (default: 22)
3421+
# NODE_VERSION - Node.js version to install (default: 24 LTS)
34223422
# NODE_MODULE - Comma-separated list of global modules (e.g. "yarn,@vue/[email protected]")
34233423
# ------------------------------------------------------------------------------
34243424

34253425
function setup_nodejs() {
3426-
local NODE_VERSION="${NODE_VERSION:-22}"
3426+
local NODE_VERSION="${NODE_VERSION:-24}"
34273427
local NODE_MODULE="${NODE_MODULE:-}"
34283428

34293429
# ALWAYS clean up legacy installations first (nvm, etc.) to prevent conflicts

0 commit comments

Comments
 (0)