Merge pull request #93 from calcom/fix-node-15
fix: engines node 15 or greater
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user