diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-09-27 07:18:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 07:18:50 +0200 |
| commit | 87bc97776a5ba8ffa4bddf7eefcd3faeedddf3b1 (patch) | |
| tree | 94edff2c70ee594b7238d1434950831dc57f5bf9 /utils | |
| parent | 77068ce20b497336e020acddf1a8e151667d10cd (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')
| -rwxr-xr-x | utils/lib_sxng_node.sh | 2 |
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 |