diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-28 14:02:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-28 14:03:12 +0100 |
commit | 005b51b977e624b64107ccd10594920e5a6c264c (patch) | |
tree | a33b34098cccb451f3d79d88f4774ee1839a722f /package.json | |
parent | e669ff58736e919cbc300e1880d995006592fa0c (diff) | |
download | PeerTube-005b51b977e624b64107ccd10594920e5a6c264c.tar.gz PeerTube-005b51b977e624b64107ccd10594920e5a6c264c.tar.zst PeerTube-005b51b977e624b64107ccd10594920e5a6c264c.zip |
Force node 10 usage
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 fed390c82..b416e9501 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": ">=8.x" | 8 | "node": ">=10.x" |
9 | }, | 9 | }, |
10 | "bin": { | 10 | "bin": { |
11 | "peertube": "dist/server/tools/peertube.js" | 11 | "peertube": "dist/server/tools/peertube.js" |