]> cat aescling's git repositories - mastodon.git/commitdiff
Require nodejs 10.13 as minimum release. (#12791)
authorShlee <github@shl.ee>
Sat, 11 Jan 2020 10:53:36 +0000 (18:53 +0800)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 11 Jan 2020 10:53:36 +0000 (11:53 +0100)
* Update package.json

* Update README.md

README.md
package.json

index 5c5ad17c007a39b2a073a92fba5a2667f0ac0d0f..44694b288f3c1d6f1b9057dcb52a3dd184757e9a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Mastodon acts as an OAuth2 provider so 3rd party apps can use the REST and Strea
 - **PostgreSQL** 9.5+
 - **Redis**
 - **Ruby** 2.4+
-- **Node.js** 8+
+- **Node.js** 10.13+
 
 The repository includes deployment configurations for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**stand-alone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.
 
index 75972be454a03796ca1a8986513f26d429c7bb27..48f375b23164c89c21899ba8075673b99a5dd333 100644 (file)
@@ -2,7 +2,7 @@
   "name": "@tootsuite/mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=8.12 <13"
+    "node": ">=10.13 <13"
   },
   "scripts": {
     "postversion": "git push --tags",