diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37cb46e0a..b1044e9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.6] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}