Skip to content

Commit b377795

Browse files
authored
Update package.json
fix node version
1 parent b9ac4b3 commit b377795

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"scripts": {
66
"start": "node ./bin/www"
77
},
8+
"engines": {
9+
"node": "^12"
10+
},
811
"dependencies": {
912
"body-parser": "^1.19.0",
1013
"cookie-parser": "~1.3.5",

0 commit comments

Comments
 (0)