From 82f03d94b619c5a90034ef24e19f16a55953b6bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:36:53 +0000 Subject: [PATCH] chore(deps): update node.js to v24.18.0 --- frontend/.nvmrc | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 3fe3b1570..ca5c35005 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -24.13.0 +24.18.0 diff --git a/mise.toml b/mise.toml index 2148b7af6..69d0f8a75 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,4 @@ [tools] -node = "24.13.0" # keep in sync with frontend/.nvmrc +node = "24.18.0" # keep in sync with frontend/.nvmrc pnpm = "10.28.1" # keep in sync with frontend/package.json#packageManager go = "1.25.7" # keep in sync with go.mod