Add released Node version 24 to CI workflow.

This commit is contained in:
David Anson 2025-05-08 18:34:56 -07:00
parent 512882562e
commit b1afbf937d

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 20, 22, 23 ] node-version: [ 20, 22, 24 ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4