Set minimum required Node version to 10.13

This was computed based on our dependencies using `installed-check`.
Node 10 is supported until April 2021.

Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
This commit is contained in:
David Mehren 2020-10-29 20:30:17 +01:00
parent 724319d355
commit 56e82364f0
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -143,7 +143,7 @@
"**/request": "^2.88.0" "**/request": "^2.88.0"
}, },
"engines": { "engines": {
"node": ">=8.x" "node": ">=10.13"
}, },
"bugs": "https://github.com/codimd/server/issues", "bugs": "https://github.com/codimd/server/issues",
"keywords": [ "keywords": [