mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix node min versions
This commit is contained in:
parent
94e55dfc6c
commit
68547190c7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### IMPORTANT NOTES
|
### IMPORTANT NOTES
|
||||||
|
|
||||||
* Minimum supported NodeJS version is `20.17`
|
* Minimum supported NodeJS version is `20.19`
|
||||||
|
|
||||||
### NGINX
|
### NGINX
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Main dependencies supported by PeerTube:
|
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**
|
* `yarn` 1.x for **PeerTube <= 7.3** or `pnpm` >= 10.x for **PeerTube next**
|
||||||
* `postgres` >=10.x
|
* `postgres` >=10.x
|
||||||
* `redis-server` >=6.x
|
* `redis-server` >=6.x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue