pull/9078/head
Agusti Fernandez Pardo 2022-05-20 23:02:17 +02:00
parent 6c0d4de8f3
commit 4a1dff6596
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"author": "Cal.com Inc.", "author": "Cal.com Inc.",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=15.0.0" "node": ">=14.19.x"
}, },
"scripts": { "scripts": {
"dev": "next build && PORT=3002 next start", "dev": "next build && PORT=3002 next start",

View File

@ -27,7 +27,7 @@ fi
# stop execution on error - don't let it build if something goes wrong # stop execution on error - don't let it build if something goes wrong
set -e set -e
git config --global init.defaultBranch feat/node-v15x git config --global init.defaultBranch main
git config --global advice.detachedHead false git config --global advice.detachedHead false
# set up an empty temporary work directory # set up an empty temporary work directory