CI: node tests: run also on Node v24

This commit is contained in:
larabr 2025-09-08 13:08:48 +02:00
parent b4358cd865
commit d9364ac2ea
No known key found for this signature in database
GPG Key ID: 2A4BEC40729185DD

View File

@ -31,7 +31,7 @@ jobs:
strategy: strategy:
fail-fast: false # if tests for one version fail, continue with the rest fail-fast: false # if tests for one version fail, continue with the rest
matrix: matrix:
node-version: [18.x, 20.x, 22.x] node-version: [18.x, 20.x, 22.x, 24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
name: Node ${{ matrix.node-version }} name: Node ${{ matrix.node-version }}