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:
parent
04400c588f
commit
384a09113c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20, 22, 23]
|
||||
node-version: [20, 22, 24]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user