From: Jeong Arm Date: Tue, 30 Oct 2018 18:46:20 +0000 (+0900) Subject: Specify node version to not use node11 (#9166) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7800e1af7eb3c2203655298d8b3079eeff085111;p=mastodon.git Specify node version to not use node11 (#9166) uWS has no support node11 yet. --- diff --git a/package.json b/package.json index 8320a76fb..7b162e576 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mastodon", "license": "AGPL-3.0-or-later", "engines": { - "node": ">=8" + "node": ">=8 <11" }, "scripts": { "postversion": "git push --tags",