summaryrefslogtreecommitdiff
path: root/mise.toml
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 /mise.toml
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 'mise.toml')
-rw-r--r--mise.toml8
1 files changed, 8 insertions, 0 deletions
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"