mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-18 13:44:22 +01:00
move node version to 14.x
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "Deploy express js to vercel.",
|
"description": "Deploy express js to vercel.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "v15.14.0"
|
"node": "14.x"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user