1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-02 17:29:29 +02:00

Fix node min versions

This commit is contained in:
Chocobozzz 2025-09-17 15:37:49 +02:00
parent 94e55dfc6c
commit 68547190c7
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
### IMPORTANT NOTES
* Minimum supported NodeJS version is `20.17`
* Minimum supported NodeJS version is `20.19`
### NGINX

View file

@ -4,7 +4,7 @@
Main dependencies supported by PeerTube:
* `node` LTS (>= 20.17 or 22.x)
* `node` LTS (>= 20.19 or >= 22.12)
* `yarn` 1.x for **PeerTube <= 7.3** or `pnpm` >= 10.x for **PeerTube next**
* `postgres` >=10.x
* `redis-server` >=6.x