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

@screendriver screendriver merged commit dde1511 into lo1tuma:main Aug 3, 2025
9 checks passed
@MikeMcC399 MikeMcC399 deleted the update/ci-node branch August 3, 2025 15:57
@lo1tuma lo1tuma added the build label Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants