Skip to content

Conversation

@MikeMcC399
Copy link
Contributor

Situation

CI workflow .github/workflows/ci.yml:

  • tests using Node.js 23 that entered end-of-life on June 1, 2025
  • does not test with current Node.js 24 that was released first with Node.js v24.0.0 on May 6, 2025
  • stops testing if any matrix job fails

Change

In CI workflow .github/workflows/ci.yml:

  • remove Node.js 23 from testing
  • add Node.js 24 to tests
  • negate fail-fast to allow each Node.js to be tested independently

@MikeMcC399 MikeMcC399 closed this Aug 2, 2025
@MikeMcC399
Copy link
Contributor Author

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