diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ae3b3..160c3f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: ci: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] node-version: [20.x] runs-on: ${{ matrix.os }} steps: