Skip to content

fix(extension): use compatible Node version in workflows#146

Merged
lcomplete merged 1 commit intomainfrom
dev
Apr 26, 2026
Merged

fix(extension): use compatible Node version in workflows#146
lcomplete merged 1 commit intomainfrom
dev

Conversation

@lcomplete
Copy link
Copy Markdown
Owner

Summary

  • Update extension build and release workflows from Node.js 20.10.0 to 20.19.0.
  • Satisfy @vitejs/plugin-react 6.x engine requirement (^20.19.0 || >=22.12.0).

Verification

  • Inspected git diff HEAD before committing.
  • Confirmed only the two extension workflow files were included.
  • Pushed commit 0bb815a31a9f25353641a8b10b65622966026e88 to origin/dev.

@lcomplete lcomplete merged commit 2737a44 into main Apr 26, 2026
1 check passed
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Apr 26, 2026

🤖 Augment PR Summary

Summary: Updates the browser extension build/release GitHub Actions workflows to use Node.js 20.19.0.

Why: Aligns CI with @vitejs/plugin-react 6.x engine requirements (^20.19.0 || >=22.12.0) to prevent workflow failures due to incompatible Node versions.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

uses: actions/setup-node@v3
with:
node-version: "20.10.0"
node-version: "20.19.0"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 26, 2026

Choose a reason for hiding this comment

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

.github/workflows/extension-build.yml:18 — Since this step is being updated, note that actions/setup-node@v3 is the Node 16–runtime variant and can emit deprecation warnings / be more likely to break as GitHub Actions drops older runtimes; consider moving to actions/setup-node@v4+ for the same node-version input.

Severity: medium

Other Locations
  • .github/workflows/extension-release.yml:64

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

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.

1 participant