From e92f312aab1731d62503165800d012d37ac92b8b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 16 May 2021 23:09:12 +0200 Subject: [PATCH] Change Node.js requirement in README (#16246) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d0d2b71..3e0c4e97e 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** 4+ - **Ruby** 2.5+ -- **Node.js** 10.13+ +- **Node.js** 12+ 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.