diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e866cfd..b657e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: - 16 - 18 - 20 + exclude: + - os: windows-latest + node: 16 runs-on: ${{ matrix.os }} steps: - name: Checkout Repo