From 7f60f7befe0c01d0383c9bb7fc2f1f7cca0f9d28 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:36:29 +0100 Subject: [PATCH] docs: set packageManager in package.json Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- docs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 2e3b283c9f..d642171a62 100644 --- a/docs/package.json +++ b/docs/package.json @@ -48,5 +48,6 @@ }, "engines": { "node": ">=18.0" - } + }, + "packageManager": "yarn@1.22.22" }