More specific version range for node 20
This commit is contained in:
parent
288dffcde0
commit
a21955318b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
### IMPORTANT NOTES
|
||||
|
||||
* Remove NodeJS 18 support. Please upgrade to NodeJS 20 before upgrading PeerTube
|
||||
* Remove NodeJS 18 support. Please upgrade to NodeJS 20 (>= 20.9) before upgrading PeerTube
|
||||
* Due to a bug in the remote video thumbnail update, we recommend running the [prune storage](https://docs.joinpeertube.org/maintain/tools#prune-filesystem-object-storage) script to clean up the filesystem
|
||||
* Let's encrypt is removing [OCSP support in 2025](https://letsencrypt.org/2024/12/05/ending-ocsp/), so remove SSL stapling from your nginx configuration: https://github.com/Chocobozzz/PeerTube/commit/0abaaa8ccbce19deb6fcd09c8bf00d4cf4248505
|
||||
* Safari desktop versions < 14 are not supported anymore
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Main dependencies supported by PeerTube:
|
||||
|
||||
* `node` LTS (20.x or 22.x)
|
||||
* `node` LTS (>= 20.9 or 22.x)
|
||||
* `yarn` 1.x (**must not be >=2.x**)
|
||||
* `postgres` >=10.x
|
||||
* `redis-server` >=6.x
|
||||
|
|
Loading…
Add table
Reference in a new issue