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 +}