From 9d60311d3b8b20c18314b093d3c1c78e3cc5d11c Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 4 Feb 2019 19:31:48 +0100 Subject: [PATCH] specify minimum supported node version (fixes #4838) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e2abeae2bd..96734c777b 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "url": "https://github.com/ornicar/lila/issues" }, "homepage": "https://lichess.org", + "engines": { + "node": ">=10" + }, "dependencies": { "fs-extra": "^4.0.2", "xml2js": "^0.4.19"