]> cat aescling's git repositories - mastodon.git/commitdiff
Change Node.js requirement in README (#16246)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 16 May 2021 21:09:12 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Sun, 16 May 2021 21:09:12 +0000 (23:09 +0200)
README.md

index 94d0d2b71c888fb1fc1e1532c18d4146f01ee5b5..3e0c4e97e430894cf14b56fde88a13e8915ada4a 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** 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.