mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
ci(release): raise build heap for validation gates
This commit is contained in:
@@ -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",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user