diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cac8cfac..adc10cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - 20 os: - macos-latest - # - windows-latest + - windows-latest - ubuntu-latest runs-on: ${{ matrix.os }} steps: @@ -32,6 +32,9 @@ jobs: - name: Install Dependencies run: yarn --immutable + env: + # https://github.com/actions/setup-node/issues/531#issuecomment-1819151412 + SKIP_YARN_COREPACK_CHECK: 1 - name: Build, Lint and Test run: yarn run-s build lint test typecov