Skip to content

ci: add Node.js 26 to test workflow - #591

Merged
tcort merged 1 commit into
tcort:masterfrom
MikeMcC399:update/ci-node
Jul 27, 2026
Merged

ci: add Node.js 26 to test workflow#591
tcort merged 1 commit into
tcort:masterfrom
MikeMcC399:update/ci-node

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Situation

The "Test library" workflow .github/workflows/ci.yml is no longer aligned to the supported versions of Node.js.

It is testing against Node.js 20, 22, 24 & 25.

Referring to the Node.js release schedule the following release transitions have occurred:

Node.js Transition Date Status
20.x End-of-Life 2026-04-30 EOL
26.x Release 2026-05-05 Current
25.x End-of-Life 2026-06-01 EOL

Change

For the "Test library" workflow .github/workflows/ci.yml:

add

  • Node.js 26

drop

  • Node.js 20 & 25

Verification

On Ubuntu 24.04.4 LTS, Node.js 26.5.0 Current

npm ci
npm test

drop Node.js 20 & 25 (EOL)
@MikeMcC399

Copy link
Copy Markdown
Contributor Author

@tcort

Would you like to review / merge?

@tcort
tcort merged commit 27fc029 into tcort:master Jul 27, 2026
9 checks passed
@MikeMcC399
MikeMcC399 deleted the update/ci-node branch July 27, 2026 12:14
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