From 636bd8264c6e0b4ca2f72a7a01f769a96d6c86e0 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:50:41 +0200 Subject: [PATCH] Specify pnpm version --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 229954d..a653849 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,6 @@ "AppImage" ] } - } + }, + "packageManager": "pnpm@7.13.4" }