From 2bb6cd27c5de62e6f851a01347ff32ba9a41b399 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:34:33 +0000 Subject: [PATCH] Update tool `npm:turbo` to v2.10.0 --- .config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index 70432193e5b..37f4bb1b003 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -11,7 +11,7 @@ minimum_release_age = "5d" [tools] # Basic tools node = { version = "22.21.1", postinstall = "corepack enable" } -"npm:turbo" = "2.6.3" +"npm:turbo" = "2.10.0" # Helper to install tools cargo-binstall = "1.19.1"