summaryrefslogtreecommitdiff
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
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>
-rw-r--r--.tool-versions4
-rw-r--r--mise.toml8
-rwxr-xr-xutils/lib_sxng_node.sh2
3 files changed, 9 insertions, 5 deletions
diff --git a/.tool-versions b/.tool-versions
deleted file mode 100644
index b61feec62..000000000
--- a/.tool-versions
+++ /dev/null
@@ -1,4 +0,0 @@
-nodejs 24.3.0
-python 3.10.18
-shellcheck 0.10.0
-sqlite 3.47.2
diff --git a/mise.toml b/mise.toml
new file mode 100644
index 000000000..940524cdc
--- /dev/null
+++ b/mise.toml
@@ -0,0 +1,8 @@
+[tools]
+# minimal version we support
+python = "3.10"
+node = "24.3.0"
+go = "1.24.5"
+shellcheck = "0.11.0"
+# python 3.10 uses 3.40.1 (on mac and win)
+sqlite = "3.40.1"
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