feat: add Node.js version 25 to CI workflow (#3556)

* feat: add Node.js version 25 to CI workflow

https://nodejs.org/en/blog/release/v25.0.0

* chore: update CI workflow to exclude Node.js version '23'

Remove Node.js version '23' from CI workflow.
This commit is contained in:
Nigro Simone 2025-10-22 16:20:07 +02:00 committed by GitHub
parent 917478397b
commit 8d493f3b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,8 @@ jobs:
- '18'
- '20'
- '22'
- '23'
- '24'
- '25'
os:
- ubuntu-latest
name: Node.js ${{ matrix.node }}