Skip to content

ci(publish): raise build heap in publish-npm job to 8192#269

Merged
drewstone merged 1 commit into
mainfrom
fix/publish-build-heap
Jun 21, 2026
Merged

ci(publish): raise build heap in publish-npm job to 8192#269
drewstone merged 1 commit into
mainfrom
fix/publish-build-heap

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

Follow-up to #268. The v0.95.1 tag's publish run failed: the publish-npm job rebuilds before publishing, but its pnpm build step lacked the NODE_OPTIONS=--max-old-space-size=8192 bump that the verify job and ci.yml received, so bundled declaration emit (tsup dts: true) OOM'd the rollup-dts worker at the 4096 default and the publish step was skipped. 0.95.1 never reached npm.

Match the 8192 heap used everywhere else. Once merged, the v0.95.1 tag will be re-pointed at the fixed main commit to re-run the publish.

The publish workflow's `publish-npm` job rebuilds before publishing but
its `pnpm build` step lacked the heap bump the verify job and ci.yml got,
so bundled declaration emit (tsup `dts: true`) OOM'd the rollup-dts worker
at the 4096 default and the publish step was skipped. Match the 8192 heap
used everywhere else.

@tangletools tangletools left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Auto-approved PR — 3375054f

Blanket team auto-approval is enabled for this reviewer service.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.

tangletools · auto-approval · reason: blanket_auto_approve · 2026-06-21T15:06:47Z

@drewstone drewstone merged commit dabbbbc into main Jun 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants