This commit is contained in:
Renaud Chaput 2025-05-03 11:04:44 +00:00 committed by GitHub
commit f44e49a366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Mastodon is a **free, open-source social network server** based on ActivityPub w
- **PostgreSQL** 12+
- **Redis** 4+
- **Ruby** 3.2+
- **Node.js** 18+
- **Node.js** 20+
The repository includes deployment configurations for **Docker and docker-compose** as well as specific platforms like **Heroku**, and **Scalingo**. For Helm charts, reference the [mastodon/chart repository](https://github.com/mastodon/chart). The [**standalone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">=18"
"node": ">=20"
},
"workspaces": [
".",

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-or-later",
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">=18"
"node": ">=20"
},
"description": "Mastodon's Streaming Server",
"private": true,