From: abcang Date: Fri, 30 Aug 2019 05:41:38 +0000 (+0900) Subject: node v12 support (#11706) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f6e7f94146d25ddbc984bd6ab7cbf82be309f95d;p=mastodon.git node v12 support (#11706) --- diff --git a/package.json b/package.json index 96a365177..f79fa4912 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mastodon", "license": "AGPL-3.0-or-later", "engines": { - "node": ">=8.12 <12" + "node": ">=8.12 <13" }, "scripts": { "postversion": "git push --tags",