specifying node version in heroku, try to fix deploy crash

This commit is contained in:
DIYgod 2018-11-19 02:06:31 +08:00
parent 9a72223ce1
commit b00b5c81e6
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"website": "https://docs.rsshub.app/",
"logo": "https://i.imgur.com/NZpRScX.png",
"keywords": ["RSS"],
"engines": {
"node": "10.x"
},
"env": {
"PORT": {
"value": "80",