diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c5c7cbc..8d9b73cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - node: [16.x, 18.x, 20.x, 22.x] + node: [16.x, 18.x, 20.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2