diff --git a/package.json b/package.json index 91e98f150..6c495dc2f 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,8 @@ "pre-commit": [ "test", "lint" - ] + ], + "engines": { + "node": "20.x" + } }