From b86142ae50a2ae8a04f543b6fa026df4721593ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:25:42 +0000 Subject: [PATCH] Update Node.js to v24.14.0 (#29831) 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 f94d3c2ea9..bd165d99d1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.13.1 \ No newline at end of file +24.14.0 \ No newline at end of file diff --git a/package.json b/package.json index ce0736a365..b80832f981 100644 --- a/package.json +++ b/package.json @@ -235,6 +235,6 @@ }, "packageManager": "yarn@4.12.0", "volta": { - "node": "24.13.1" + "node": "24.14.0" } }