diff --git a/frontend/package.json b/frontend/package.json index f126579..8fddf22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,8 +33,9 @@ "typescript": "^4.5.4" }, "engines": { - "node": "^18 || ^16 || ^14.19", + "node": "^20 ||^18 || ^16 || ^14.19", "npm": ">= 6.13.4", - "yarn": ">= 1.21.1" + "yarn": ">= 1.21.1", + "pnpm": ">=8.6.0" } }