Update Node.js engine requirement to 24.0.0

This commit is contained in:
Netsky
2026-01-06 19:20:15 +01:00
committed by GitHub
parent 8365a0c422
commit 171521c51f

View File

@@ -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"
}
}
}