From f2478f38dc730c4f09f4813fa6cb485024507a78 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Thu, 19 Dec 2024 23:19:46 -0800 Subject: [PATCH] use an older version --- test/js/third_party/pnpm/pnpm.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/third_party/pnpm/pnpm.test.ts b/test/js/third_party/pnpm/pnpm.test.ts index 9094de5eaff3b1..c6e8e6ff0365d2 100644 --- a/test/js/third_party/pnpm/pnpm.test.ts +++ b/test/js/third_party/pnpm/pnpm.test.ts @@ -9,7 +9,7 @@ it("successfully traverses pnpm-generated install directory", async () => { // let { exited } = Bun.spawn({ - cmd: [bunExe(), "create", "vite", "my-vite-app", "--template", "solid-ts"], + cmd: [bunExe(), "create", "vite@5", "my-vite-app", "--template", "solid-ts"], cwd: package_dir, stdio: ["ignore", "inherit", "inherit"], env: bunEnv,