content-type
content-type copied to clipboard
chore: add Node.js 22.x, 23.x, 24.x, 25.x to CI matrix
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 |