Updating node version in package.json

This commit is contained in:
Absurdon 2018-11-18 15:37:47 +01:00
parent ec17c604b9
commit 9746b46380

View file

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