diff options
author | David Mehren | 2020-10-29 20:30:17 +0100 |
---|---|---|
committer | David Mehren | 2020-11-10 22:56:00 +0100 |
commit | 56e82364f0713d16933acd81b1cb6ad151293e70 (patch) | |
tree | ea2635ea35c25084de1e6017a6c1b62e7982edf9 | |
parent | 724319d3556787ece6af8400c65fcf5847124949 (diff) |
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>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9c437ffe..c2026278 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "**/request": "^2.88.0" }, "engines": { - "node": ">=8.x" + "node": ">=10.13" }, "bugs": "https://github.com/codimd/server/issues", "keywords": [ |