Skip to content

ci(release): run release job on Node 20 + pnpm 10 to fix changesets E… - #149

Merged
Adedamola18 merged 1 commit into
mainfrom
ci/fix-release-workflow-esm
Jul 30, 2026
Merged

ci(release): run release job on Node 20 + pnpm 10 to fix changesets E…#149
Adedamola18 merged 1 commit into
mainfrom
ci/fix-release-workflow-esm

Conversation

@Adedamola18

Copy link
Copy Markdown
Member

Summary

The Release job crashed in changeset version (ERR_REQUIRE_ESM): unpinned pnpm resolved to v8, which can't read our v9 lockfile, so CI fresh-resolved deps and pulled the ESM-only human-id@4.2.0 — which Node 18 can't require(). This blocked the Version Packages PR (run 30482385656).

  • Bump job to Node 20 (supports require(ESM))
  • Pin pnpm-version: 10 + --frozen-lockfile so CI installs the locked CJS human-id@4.1.1

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@Adedamola18
Adedamola18 merged commit 7c06e99 into main Jul 30, 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