Skip to content

ci: drop Node.js 16 from CI matrix#311

Merged
nev21 merged 2 commits intomainfrom
copilot/drop-nodejs-16-from-ci-matrix
Apr 27, 2026
Merged

ci: drop Node.js 16 from CI matrix#311
nev21 merged 2 commits intomainfrom
copilot/drop-nodejs-16-from-ci-matrix

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 26, 2026

Node.js 16 is EOL and dependencies (puppeteer, @pnpm/error) now require Node.js ≥ 18, causing CI failures due to unsupported engines and missing structuredClone.

Changes

  • .github/workflows/ci.yml: Remove 16 from the Node.js version matrix ([18, 20, 22, 24])
  • CHANGELIST.md: Note the removal under v0.1.8 Documentation & Maintenance

Copilot AI linked an issue Apr 26, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Remove Node.js 16 from CI matrix due to end-of-life ci: drop Node.js 16 from CI matrix Apr 26, 2026
Copilot AI requested a review from nev21 April 26, 2026 22:33
@nev21 nev21 marked this pull request as ready for review April 27, 2026 05:13
@nev21 nev21 requested review from a team as code owners April 27, 2026 05:13
Copilot AI review requested due to automatic review settings April 27, 2026 05:13
@nev21 nev21 enabled auto-merge (squash) April 27, 2026 05:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates tripwire’s CI configuration to stop testing on Node.js 16 (now EOL), aligning the CI matrix with current dependency engine requirements and preventing CI failures on unsupported runtimes.

Changes:

  • Remove Node.js 16 from the GitHub Actions CI test matrix (now tests on 18, 20, 22, 24).
  • Document the CI support change in CHANGELIST.md under v0.1.8.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci.yml Drops Node 16 from the CI matrix to avoid running jobs on an unsupported/EOL runtime.
CHANGELIST.md Records the Node 16 CI matrix removal under v0.1.8 Documentation & Maintenance.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (c86f081) to head (703bf26).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #311   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files         137      137           
  Lines        6388     6388           
  Branches     1640     1679   +39     
=======================================
  Hits         6088     6088           
  Misses        300      300           
🚀 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.

Copy link
Copy Markdown
Contributor

@nevware21-bot nevware21-bot left a comment

Choose a reason for hiding this comment

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

Approved by nevware21-bot

@nev21 nev21 merged commit e4d771b into main Apr 27, 2026
14 checks passed
@nev21 nev21 deleted the copilot/drop-nodejs-16-from-ci-matrix branch April 27, 2026 05:30
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.

Drop Node.js 16 from CI matrix

4 participants