diff --git a/package.json b/package.json index 380498a3e3..5b87e52df5 100644 --- a/package.json +++ b/package.json @@ -200,5 +200,8 @@ "@types/react-dom": "^18.0.10", "@testing-library/dom": "^8.19.1" }, - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@3.6.1", + "engines": { + "node": "^18.0.0" + } }