diff --git a/package.json b/package.json index 2afc400a7..2d0b2a62f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "type": "module", "engines": { - "node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0" + "node": "24.x" }, "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'",