mirror of
https://github.com/Yourdaylight/CloudGame.git
synced 2026-05-25 16:00:30 +00:00
fixed: set node version
This commit is contained in:
+5
-2
@@ -7,9 +7,12 @@
|
||||
"test": "echo \"No tests yet...\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/functions": "^4.0.0",
|
||||
"@azure/functions": "^4.1.0",
|
||||
"mongodb": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"main": "src/functions/*.js"
|
||||
"main": "src/functions/*.js",
|
||||
"engines": {
|
||||
"node": "16.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user