Skip to content

ci: pin publish workflow to Node 22 (undici regression fix)#14

Merged
levz0r merged 1 commit into
mainfrom
develop
May 11, 2026
Merged

ci: pin publish workflow to Node 22 (undici regression fix)#14
levz0r merged 1 commit into
mainfrom
develop

Conversation

@levz0r

@levz0r levz0r commented May 11, 2026

Copy link
Copy Markdown
Owner

v1.2.0 Edge publish failed with `expected non-null body source` — a Node >=24.14 undici regression hit by publish-browser-extension's Edge upload. Pinning the publish workflow to Node 22. Chrome and Firefox already shipped successfully and will be skipped on re-run via their store-version gates; only Edge will actually publish.

Ref: vercel/next.js#90826

Node >=24.14 ships an undici version with a regression that breaks
publish-browser-extension's Edge upload with "expected non-null body
source" when fetch() is given a Request with a body and the server
returns a non-2xx. The Edge step in v1.2.0 publish failed because of
this.

Test workflow stays on the 20/22/24 matrix; only the publish job needs
the pin since it's the only one exercising fetch-with-Request-body
against external store APIs.

Ref: vercel/next.js#90826

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (410a77a) to head (a517d22).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            4         4           
  Branches         1         1           
=========================================
  Hits             4         4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@levz0r levz0r merged commit efdc612 into main May 11, 2026
5 checks 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