From 56e82364f0713d16933acd81b1cb6ad151293e70 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 29 Oct 2020 20:30:17 +0100 Subject: 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 Co-authored-by: Yannick Bungers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ -- cgit v1.2.3