From 19b1d03cd1837ac13e91d77f09ab5ae66b9ae9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:34:20 +0000 Subject: [PATCH] Update Node.js to v24.13.1 (#29538) 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 cf2efde811..f94d3c2ea9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.13.0 \ No newline at end of file +24.13.1 \ No newline at end of file diff --git a/package.json b/package.json index fb8bc29f88..296899ff7e 100644 --- a/package.json +++ b/package.json @@ -235,6 +235,6 @@ }, "packageManager": "yarn@4.12.0", "volta": { - "node": "24.13.0" + "node": "24.13.1" } }