From 780db9b0667d3402835c1d4b261461248a1d8a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:19:06 +0200 Subject: [PATCH] Update Node.js to v24.14.1 (#30309) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .nvmrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index bd165d99d1..045200741c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.14.0 \ No newline at end of file +24.14.1 \ No newline at end of file diff --git a/package.json b/package.json index cc217a66de..f4e790586a 100644 --- a/package.json +++ b/package.json @@ -230,6 +230,6 @@ }, "packageManager": "yarn@4.13.0", "volta": { - "node": "24.14.0" + "node": "24.14.1" } }