diff --git a/package.json b/package.json index 32d0c3c..543d918 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "semi": false, "singleQuote": true, "printWidth": 150 + }, + "engines": { + "node": ">=22" } }