From: Rigel Kent Date: Mon, 22 Jun 2020 12:18:35 +0000 (+0200) Subject: provide specific engine boundaries for nodejs and yarn X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c4bacbff53bc732f5a2677d62a6ead7752e2405;p=oweals%2Fpeertube.git provide specific engine boundaries for nodejs and yarn --- diff --git a/package.json b/package.json index b7cd51509..7f25e1346 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "private": true, "licence": "AGPL-3.0", "engines": { - "node": ">=10.x" + "node": ">=10.x <13", + "yarn": ">=1.x" }, "bin": { "peertube": "dist/server/tools/peertube.js"