fix: engines node 15 or greater

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 22:39:42 +02:00
parent 2f9d1b97d4
commit 2340ed2876
1 changed files with 3 additions and 0 deletions

View File

@ -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",