diff --git a/package.json b/package.json index 15d978e0d1..b35f696d61 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,10 @@ "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } + }, + "engines": { + "node": ">=16.0.0 <17.0.0", + "npm": "please-use-yarn", + "yarn": ">=1.22.0 <2.0.0" } }