Skip to content

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

Open
MikeMcC399 wants to merge 1 commit into
tcort:masterfrom
MikeMcC399:update/ci-node
Open

ci: add Node.js 26 to test workflow#591
MikeMcC399 wants to merge 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)
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