diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b6b3d0c..f8972e84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - node: ["16", "18", "20", "22"] + node: ["20", "22"] runs-on: ${{ matrix.os }} steps: