mirror of https://github.com/Chocobozzz/PeerTube
Drop NodeJS 10 support
parent
dc2b2938c2
commit
6b6e1d5d02
|
@ -5,7 +5,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"licence": "AGPL-3.0",
|
"licence": "AGPL-3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.x",
|
"node": ">=12.x",
|
||||||
"yarn": ">=1.x",
|
"yarn": ">=1.x",
|
||||||
"postgres": ">=10.x",
|
"postgres": ">=10.x",
|
||||||
"redis-server": ">=2.8.18",
|
"redis-server": ">=2.8.18",
|
||||||
|
|
Loading…
Reference in New Issue