diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-10 09:41:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-10 09:41:21 +0200 |
commit | 6b6e1d5d02824d517ca3f6924eaa83b7f112135c (patch) | |
tree | cdcc69a9377deef180a3bf49dfa243571f2a2128 /package.json | |
parent | dc2b2938c293bae271a27a6c823f66496998b4d3 (diff) | |
download | PeerTube-6b6e1d5d02824d517ca3f6924eaa83b7f112135c.tar.gz PeerTube-6b6e1d5d02824d517ca3f6924eaa83b7f112135c.tar.zst PeerTube-6b6e1d5d02824d517ca3f6924eaa83b7f112135c.zip |
Drop NodeJS 10 support
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b5c374145..e3da19a98 100644 --- a/package.json +++ b/package.json | |||
@@ -5,7 +5,7 @@ | |||
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |
8 | "node": ">=10.x", | 8 | "node": ">=12.x", |
9 | "yarn": ">=1.x", | 9 | "yarn": ">=1.x", |
10 | "postgres": ">=10.x", | 10 | "postgres": ">=10.x", |
11 | "redis-server": ">=2.8.18", | 11 | "redis-server": ">=2.8.18", |