Merge pull request #19897 from Snuffleupagus/ci-Node-24

Run CI tests in Node.js version 24
This commit is contained in:
Marco Castelluccio 2025-05-14 00:09:06 +02:00 committed by GitHub
commit 2ed959d75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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