Trying to force heroku to run on lts nodejs

This commit is contained in:
Absurdon 2018-11-18 17:52:43 +01:00
parent 01351c8d8b
commit 247557202c

View file

@ -75,6 +75,6 @@
"supertest": "~1.0.1"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0"
}
}