diff --git a/package.json b/package.json index cc5455ed48..3eeca8f305 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "repository": "git@github.com:calcom/api.git", "author": "Cal.com Inc.", "private": true, + "engines": { + "node": ">=15.0.0" + }, "scripts": { "dev": "next build && PORT=3002 next start", "dev-real": "PORT=3002 next dev",