Skip to content

fix: bump Node.js from 16 to 20 in build workflow - #485

Draft
maoserr with Copilot wants to merge 2 commits into
developfrom
copilot/fix-failing-github-actions-job
Draft

fix: bump Node.js from 16 to 20 in build workflow#485
maoserr with Copilot wants to merge 2 commits into
developfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Aug 9, 2026

Copy link
Copy Markdown

copy-webpack-plugin v14 uses Array.toSorted(), which was introduced in Node.js 20. The build workflow was pinned to Node.js 16, causing both build_chrome and build_firefox jobs to fail at webpack time.

Changes

  • .github/workflows/build.yml: Updated node-version from '16.x' to '20.x' for both build jobs.

Co-authored-by: maoserr <148564+maoserr@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job build_chrome fix: bump Node.js from 16 to 20 in build workflow Aug 9, 2026
Copilot AI requested a review from maoserr August 9, 2026 20:46
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