Skip to content

chore(ci): drop Node 18 from the test matrix - #18

Merged
royalpinto007 merged 1 commit into
mainfrom
chore/drop-node-18
Aug 7, 2026
Merged

chore(ci): drop Node 18 from the test matrix#18
royalpinto007 merged 1 commit into
mainfrom
chore/drop-node-18

Conversation

@royalpinto007

Copy link
Copy Markdown
Collaborator

Node 18 went end of life in April 2025.

Two reasons to drop it now rather than later:

  • It is a third of the matrix spent on a runtime nothing should still be running.
  • It is the job most often starved of a runner. A matrix job that never gets one is reported as cancelled, and a cancelled job turns the whole run red. That is what produced the failure email on main today, on a codebase where Node 20 and 22 both passed.

engines.node moves to >=20 in the same commit, because dropping a version from CI while still advertising it in package.json would mean claiming support for a runtime we no longer test.

Verified locally: full suite, lint and typecheck pass.

Node 18 reached end of life in April 2025, so the matrix was spending a
third of its jobs on a runtime nothing should still be running. It was
also the job most often starved of a runner, and a matrix job that never
gets one is reported as a cancelled run, which turns the whole build red
and sends a failure email for a green codebase.

engines.node moves to >=20 in the same commit. Dropping a version from
CI while still advertising support for it in package.json would mean
claiming a runtime we no longer test.
@royalpinto007
royalpinto007 merged commit fb50484 into main Aug 7, 2026
10 checks passed
@royalpinto007
royalpinto007 deleted the chore/drop-node-18 branch August 7, 2026 03:20
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