mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Compile Node tests using Node 23 headers
This commit is contained in:
@@ -74,7 +74,7 @@ beforeAll(async () => {
|
||||
stderr: "pipe",
|
||||
stdout: "ignore",
|
||||
stdin: "inherit",
|
||||
env: bunEnv,
|
||||
env: { ...bunEnv, npm_config_target: "v23.2.0" },
|
||||
});
|
||||
await process.exited;
|
||||
if (process.exitCode !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user