From 3e181b31226b49a338f3f65bbfdbc5b070b56890 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Fri, 17 Jun 2022 05:09:58 +0900 Subject: [PATCH] Drop support for Ruby v2.5 and Node.js v12 (#18323) * Drop support for Ruby v2.5 and Node.js v12 * Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3