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
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 20, 22, 23 ]
node-version: [ 20, 22, 24 ]
steps:
- uses: actions/checkout@v4