From a090cb59eba62cc61c7e035a6333d4f6a67e49dd Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 17 Mar 2022 19:16:29 -0700 Subject: [PATCH] ci: remove windows support, times out, I think upstream bug --- .github/workflows/ci-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 928967d..8775839 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-latest ] node-version: [ 14.x, 16.x ] fail-fast: false @@ -35,4 +35,3 @@ jobs: - name: Run test suite run: npm run test -