From a577798fb07b8b6274c15817129d1c80f48ac618 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 23 Sep 2024 15:58:28 +0100 Subject: [PATCH] Set yarn version this project uses --- plugin/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index f9cc3748a..180ec9e06 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -48,5 +48,6 @@ "browserslist": [ "defaults", "not IE 11" - ] + ], + "packageManager": "yarn@v1.22.22" }