content-type icon indicating copy to clipboard operation
content-type copied to clipboard

chore: add Node.js 22.x, 23.x, 24.x, 25.x to CI matrix

Open imangas opened this issue 2 months ago • 0 comments

Add Node.js 22.x - 25.x to CI matrix

Description

This PR adds support for testing on newer Node.js versions in the CI workflow.

Changes

  • Added Node.js 22.x, 23.x, 24.x, and 25.x to the CI test matrix
  • No changes to existing version configurations
  • Fixed Node.js 0.6 build by adding Ubuntu Bionic GPG key (required after Ubuntu Bionic EOL)

Node.js versions

Version Status
Node.js 0.6 ✅ Fixed (added GPG key)
Node.js 0.8 - 21.x ✅ Unchanged
Node.js 22.x New
Node.js 23.x New
Node.js 24.x New
Node.js 25.x New

imangas avatar Dec 08 '25 17:12 imangas