Merge pull request #20502 from timvandermeij/node-25

Run the CI tests in Node.js version 25 too
This commit is contained in:
Tim van der Meij 2025-12-22 15:07:12 +01:00 committed by GitHub
commit db6b0cd728
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, 24]
node-version: [20, 22, 24, 25]
steps:
- name: Checkout repository