diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 316a812..094ea74 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v4 @@ -38,3 +38,4 @@ jobs: with: name: code-coverage-report-${{ matrix.node-version }} path: junit.xml +