move to node version 12

This commit is contained in:
bitkarrot
2022-03-20 23:59:34 -07:00
parent eddc7d6df1
commit a725bca03a
82 changed files with 4743 additions and 2304 deletions

View File

@@ -3,9 +3,6 @@
"version": "1.0.0",
"description": "Deploy express js to vercel.",
"main": "index.js",
"engines": {
"node": "17.x"
},
"scripts": {
"start": "node index.js"
},
@@ -28,5 +25,5 @@
"express-handlebars": "^5.3.4",
"moment": "^2.29.1",
"morgan": "1.9.1"
}
}
}