Drop support for EOL node version 20 (#38926)

This commit is contained in:
Matt Jankowski
2026-05-21 03:41:52 -04:00
committed by GitHub
parent 6b5e18fb1d
commit fbc116ef90
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ Mastodon is a **free, open-source social network server** based on [ActivityPub]
- **Ruby** 3.3+
- **PostgreSQL** 14+
- **Redis** 7.0+
- **Node.js** 20+
- **Node.js** 22+
- **FFmpeg** 5.1+
This repository includes deployment configurations for **Docker and docker-compose**, as well as for other environments like Heroku and Scalingo. For Helm charts, reference the [mastodon/chart repository](https://github.com/mastodon/chart). A [**standalone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the main documentation.

View File

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

View File

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