Skip to content

Conversation

@MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Nov 4, 2025

Situation

The "Test library" workflow .github/workflows/ci.yml is using Node.js versions that have reached end-of-life, and is not testing against the Active LTS and Current versions of Node.js.

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

Node.js Transition Date Status
18.x End-of-Life 2025-04-30 EOL
23.x End-of-Life 2025-06-01 EOL
24.x Release 2025-05-06 Active LTS
25.x Release 2025-10-15 Current

Change

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

remove

  • Node.js 18
  • Node.js 23

add

  • Node.js 24
  • Node.js 25

@MikeMcC399 MikeMcC399 marked this pull request as ready for review November 4, 2025 06:35
@tcort tcort merged commit 3adc1e4 into tcort:master Nov 4, 2025
4 checks passed
@MikeMcC399 MikeMcC399 deleted the update/ci-node branch November 4, 2025 12:28
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