diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f709cd31..92ea5b2bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18', '20', '22'] + node: ['18', '20', '22.4.x'] name: Testing on node ${{ matrix.node }} steps: - name: Checkout Repo