add 24 to test matrix

This commit is contained in:
Nick O'Leary
2025-07-04 15:01:30 +01:00
parent 1d2fd8a604
commit 8430d6eb51

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 24]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}