From 140bc1d89d855a28ee1cb06f1c6dc9fd0c9284ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 10 Apr 2024 23:50:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mise):=20add=20node=20latest?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mise/config.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index ea69ea9e..12b51ed9 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -1,10 +1,8 @@ [tools] -# global tool versions go here -# you can set these with `mise use -g` -# node = 'lts' # Let the system manage it -# python = ['3.11.8'] # Let the system manage it +# python = latest # Let the system manage it usage = "latest" bun = "latest" +node = "latest" [settings] # plugins can read the versions files used by other version managers (if enabled by the plugin)