Compile Node tests using Node 23 headers

This commit is contained in:
Ben Grant
2024-11-14 15:58:55 -08:00
parent f9718af6a5
commit f73ef54edd

View File

@@ -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) {