diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d617c25..0760459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18, 20, 22] + node: [14, 16, 18, 20] runs-on: ${{ matrix.os }} steps: - name: Checkout code