From 3907641cfdf02adbd166f1e4caddb0c445966481 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 19 Aug 2025 00:25:24 -0700 Subject: [PATCH] temp --- test/harness.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/harness.ts b/test/harness.ts index 2b698e73a5..98ab47fbe7 100644 --- a/test/harness.ts +++ b/test/harness.ts @@ -1562,7 +1562,7 @@ export class VerdaccioRegistry { this.process = fork(require.resolve("verdaccio/bin/verdaccio"), ["-c", this.configPath, "-l", `${this.port}`], { silent, // Prefer using a release build of Bun since it's faster - execPath: isCI ? bunExe() : Bun.which("bun") || bunExe(), + execPath: bunExe(), env: { ...(bunEnv as any), NODE_NO_WARNINGS: "1",