summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_nvm.sh4
-rwxr-xr-xutils/lib_sxng_node.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/lib_nvm.sh b/utils/lib_nvm.sh
index 04a9ddbbf..8351e6d22 100755
--- a/utils/lib_nvm.sh
+++ b/utils/lib_nvm.sh
@@ -94,7 +94,7 @@ nvm.: use nvm (without dot) to execute nvm commands directly
install : install NVM locally at $(git rev-parse --show-toplevel)/${NVM_LOCAL_FOLDER}
clean : remove NVM installation
status : prompt some status information about nvm & node
- nodejs : install Node.js latest LTS
+ nodejs : install latest Node.js
cmd ... : run command ... in NVM environment
bash : start bash interpreter with NVM environment sourced
EOF
@@ -163,7 +163,7 @@ nvm.status() {
info_msg "NVM is installed at ${NVM_DIR}"
else
warn_msg "NVM is not installed"
- info_msg "to install NVM and Node.js (LTS) use: ${main_cmd} nvm.nodejs"
+ info_msg "to install NVM and Node.js use: ${main_cmd} nvm.nodejs"
fi
}
diff --git a/utils/lib_sxng_node.sh b/utils/lib_sxng_node.sh
index c072dd40d..79a1f0c1f 100755
--- a/utils/lib_sxng_node.sh
+++ b/utils/lib_sxng_node.sh
@@ -4,7 +4,7 @@
declare _Blue
declare _creset
-export NODE_MINIMUM_VERSION="18.17.0"
+export NODE_MINIMUM_VERSION="23.6.0"
node.help() {
cat <<EOF