diff --git a/package.json b/package.json index f41bb9b4..6314ec6c 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "npm install --prefix client && npm run build --prefix client" }, "engines": { - "node": "14.x" + "node": "14.x", + "npm": ">= 8.x" } }