Why does worker build detect that you are using npm for repositories that use bun?

I was able to build using bun until 5h ago.
12:24:52.250 Initializing build environment...
12:25:02.504 Success: Finished initializing build environment
12:25:03.228 Cloning repository...
12:25:04.686 Detected the following tools from environment: npm@10.8.3, bun@1.1.33, nodejs@22.9.0
12:25:04.687 Installing project dependencies: bun install --frozen-lockfile
12:25:04.976 bun install v1.1.33 (247456b6)

But now npm install runs in node.
17:33:55.070 Detected the following tools from environment: npm@10.8.3, nodejs@22.9.0
17:33:55.071 Installing project dependencies: npm install --progress=false
Was this page helpful?