From 0c4bacbff53bc732f5a2677d62a6ead7752e2405 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 22 Jun 2020 14:18:35 +0200 Subject: [PATCH] provide specific engine boundaries for nodejs and yarn --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.25.1