ci: add node.js 24 to test matrix (#6504)

This commit is contained in:
Phillip Barta 2025-05-08 04:08:25 +02:00 committed by GitHub
parent 1ca803dd55
commit ee1ef41bd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
node-version: [18, 19, 20, 21, 22, 23] node-version: [18, 19, 20, 21, 22, 23, 24]
# Node.js release schedule: https://nodejs.org/en/about/releases/ # Node.js release schedule: https://nodejs.org/en/about/releases/
name: Node.js ${{ matrix.node-version }} - ${{matrix.os}} name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}