From: Yamagishi Kazutoshi Date: Thu, 16 Jun 2022 20:09:58 +0000 (+0900) Subject: Drop support for Ruby v2.5 and Node.js v12 (#18323) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3e181b31226b49a338f3f65bbfdbc5b070b56890;p=mastodon.git Drop support for Ruby v2.5 and Node.js v12 (#18323) * Drop support for Ruby v2.5 and Node.js v12 * Update package.json --- diff --git a/package.json b/package.json index 34649ff72..1b19b0b1b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@mastodon/mastodon", "license": "AGPL-3.0-or-later", "engines": { - "node": ">=12" + "node": ">=14" }, "scripts": { "postversion": "git push --tags",