Run CI tests in Node.js version 24

Node.js version 24 was just released, see https://github.com/nodejs/release#release-schedule, hence we should run tests in that version in order to help catch any possible issues as soon as possible.
Also, since version 23 will reach EOL (end-of-life) in less than a month we stop running tests in that version.
This commit is contained in:
Jonas Jenwald 2025-04-23 23:03:58 +02:00
parent 04400c588f
commit 384a09113c

View File

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