From 16bfc32834abce49e6b6563f5600147effe835ab Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:07:38 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff77cd3..0b1a0d5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ } }, "engines": { - "node": ">=22.22.0" + "node": ">=24.14.0" }, "scripts": { "build": "tsc && vite build",