From 87bc97776a5ba8ffa4bddf7eefcd3faeedddf3b1 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 27 Sep 2025 07:18:50 +0200 Subject: [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 --- mise.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mise.toml (limited to 'mise.toml') 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" -- cgit v1.2.3