From 63e203ff4f8a823fb35093fb4895f870c56510c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:33:53 +0000 Subject: [PATCH] Update Node.js to v24 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2363d2a5..9dcd336cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "engines": { "yarn": ">= 1.22.22", - "node": ">= 20.20.0" + "node": ">= 24.13.1" }, "scripts": { "lint-js": "eslint web/modules/custom --ext .js --max-warnings=0 --no-error-on-unmatched-pattern",