ci(release): raise build heap for validation gates

This commit is contained in:
Peter Steinberger
2026-05-10 03:03:32 +01:00
parent e3e60ad7c2
commit c8d82e4535
7 changed files with 21 additions and 21 deletions

View File

@@ -656,7 +656,7 @@ describe("package artifact reuse", () => {
for (const step of job.steps ?? []) {
if (step.run === "pnpm build") {
expect(step.env, `${workflowPath}:${jobName}:${step.name}`).toMatchObject({
NODE_OPTIONS: "--max-old-space-size=6144",
NODE_OPTIONS: "--max-old-space-size=8192",
});
}
}