]> cat aescling's git repositories - mastodon.git/commitdiff
Drop support for Ruby v2.5 and Node.js v12 (#18323)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Thu, 16 Jun 2022 20:09:58 +0000 (05:09 +0900)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:51 +0000 (00:27 -0400)
* Drop support for Ruby v2.5 and Node.js v12

* Update package.json

package.json

index 34649ff725024dc3004e609af63c5a0c1f72ec24..1b19b0b1b779dfc986ef06fe0854a91b91173e5e 100644 (file)
@@ -2,7 +2,7 @@
   "name": "@mastodon/mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=12"
+    "node": ">=14"
   },
   "scripts": {
     "postversion": "git push --tags",