Merge pull request #93 from calcom/fix-node-15

fix: engines node 15 or greater
This commit is contained in:
Agusti Fernandez Pardo
2022-05-20 23:07:35 +02:00
committed by GitHub
+3
View File
@@ -6,6 +6,9 @@
"repository": "git@github.com:calcom/api.git",
"author": "Cal.com Inc.",
"private": true,
"engines": {
"node": ">=14.19.x"
},
"scripts": {
"dev": "next build && PORT=3002 next start",
"dev-real": "PORT=3002 next dev",