summaryrefslogtreecommitdiff
path: root/utils/lib_sxng_node.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2025-09-27 07:18:50 +0200
committerGitHub <noreply@github.com>2025-09-27 07:18:50 +0200
commit87bc97776a5ba8ffa4bddf7eefcd3faeedddf3b1 (patch)
tree94edff2c70ee594b7238d1434950831dc57f5bf9 /utils/lib_sxng_node.sh
parent77068ce20b497336e020acddf1a8e151667d10cd (diff)
[mod] pin external developer tools (mise en place) (#5253)
Mise en place config [1] does no longer support ``.tool-versions`` compatibility syntax, migrate to TOML ``mise.toml``. In ``utils/lib_sxng_node.sh`` the node version was not updated, update to 24.3.0 (compare ``mise.toml``). [1] https://mise.jdx.dev/configuration.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_node.sh')
-rwxr-xr-xutils/lib_sxng_node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_sxng_node.sh b/utils/lib_sxng_node.sh
index 79a1f0c1f..c7c12a0df 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="23.6.0"
+export NODE_MINIMUM_VERSION="24.3.0"
node.help() {
cat <<EOF