about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-01-11 18:53:36 +0800
committerEugen Rochko <eugen@zeonfederated.com>2020-01-11 11:53:36 +0100
commitc10ff359a2c4e1a24e04c80b1b9d46541efc1705 (patch)
tree46bc95571177764650452de2dfbc9fff89172335 /README.md
parent2a5dee0f08e431d90368db08dccdf87ef112163f (diff)
Require nodejs 10.13 as minimum release. (#12791)
* Update package.json

* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c5ad17c0..44694b288 100644
--- 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.