diff --git a/package.json b/package.json index 3eeca8f305..af6ff39268 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Cal.com Inc.", "private": true, "engines": { - "node": ">=15.0.0" + "node": ">=14.19.x" }, "scripts": { "dev": "next build && PORT=3002 next start", diff --git a/scripts/vercel-deploy.sh b/scripts/vercel-deploy.sh index 82a3044458..2c801645a1 100755 --- a/scripts/vercel-deploy.sh +++ b/scripts/vercel-deploy.sh @@ -27,7 +27,7 @@ fi # stop execution on error - don't let it build if something goes wrong set -e -git config --global init.defaultBranch feat/node-v15x +git config --global init.defaultBranch main git config --global advice.detachedHead false # set up an empty temporary work directory