From 9aaeac46ffbcef1cb60447c6c2a30f1b8f7effaa Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Fri, 18 Oct 2024 16:39:11 +0300 Subject: [PATCH] mise: update tools --- config/mise/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 9c68165..da73761 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,11 +1,12 @@ [tools] usage = "latest" # required for mise to work bun = "latest" -node = "20.13" gleam = "latest" rebar = "latest" go = "latest" golangci-lint = "latest" +deno = "latest" +node = "lts" [settings] go_set_goroot = false