Run the CI tests in Node.js version 25 too

Node.js version 25 is the current (non-LTS) release, see
https://github.com/nodejs/release#release-schedule, so we should run the
tests with that version too to help catch any possible issues sooner.
This commit is contained in:
Tim van der Meij 2025-12-13 19:17:34 +01:00
parent 010e52e15d
commit b92f742a26
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20, 22, 24]
node-version: [20, 22, 24, 25]
steps:
- name: Checkout repository