diff --git a/README.md b/README.md index 0c5b5f7a57..7f2960d5d8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 606f3c8a90..47afde1f52 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-or-later", "packageManager": "yarn@4.14.1", "engines": { - "node": ">=20" + "node": ">=22" }, "workspaces": [ ".", diff --git a/streaming/package.json b/streaming/package.json index 8308c47032..a8ebc63b78 100644 --- a/streaming/package.json +++ b/streaming/package.json @@ -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,