From 266a678ab158d84e96a891917b18cd3ca4cc9e80 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser Date: Mon, 18 Mar 2024 10:10:50 +0700 Subject: [PATCH] test: added package manager to fix e2e tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a25785c55..15d152d43 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,6 @@ }, "engines": { "node": ">=16.14.0" - } + }, + "packageManager": "pnpm@8.15.1" }