From d29ced1a8582d99b776f664475a157adcf555d98 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 May 2021 09:55:01 +0200 Subject: Move engines outside package.json Because of invalid warnings displayed by yarn that could confuse admins when they install peertube --- engines.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 engines.yaml (limited to 'engines.yaml') diff --git a/engines.yaml b/engines.yaml new file mode 100644 index 000000000..5a68ca4ba --- /dev/null +++ b/engines.yaml @@ -0,0 +1,5 @@ +node: ">=12.x" +yarn: ">=1.x" +postgres: ">=10.x" +redis-server: ">=2.8.18" +ffmpeg: ">=4.1" -- cgit v1.2.3