From 9d1cd5b7b1c62a3fc0d26c3bafb68009fce2994a Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Sun, 2 Jun 2024 20:24:04 +0200 Subject: [PATCH] fix: temporary use Vike's `brillout/pnpm-8` branch --- tests/vike.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vike.ts b/tests/vike.ts index f5ba291d..f2006caa 100644 --- a/tests/vike.ts +++ b/tests/vike.ts @@ -5,7 +5,7 @@ export async function test(options: RunOptions) { await runInRepo({ ...options, repo: 'vikejs/vike', - branch: 'main', + branch: 'brillout/pnpm-8', overrides: { '@vitejs/plugin-react': true, '@vitejs/plugin-vue': true,