Skip to content

Commit 384a091

Browse files
committed
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.
1 parent 04400c5 commit 384a091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [20, 22, 23]
14+
node-version: [20, 22, 24]
1515

1616
steps:
1717
- name: Checkout repository

0 commit comments

Comments
 (0)