From 171521c51f14b8671cd2535c812b8f2a5222d7bd Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:20:15 +0100 Subject: [PATCH] Update Node.js engine requirement to 24.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0adbe2..42b98c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Netsky", "license": "GPL-3.0-or-later", "engines": { - "node": ">=22.0.0" + "node": ">=24.0.0" }, "scripts": { "pre-build": "npm i && rimraf dist && npx patchright install chromium", @@ -61,4 +61,4 @@ "ts-node": "^10.9.2", "zod": "^4.3.5" } -} \ No newline at end of file +}