From 85a4cf994e00798b3eaf153a3eabad3a76ce9c5f Mon Sep 17 00:00:00 2001 From: JounQin Date: Thu, 7 Dec 2023 21:29:40 +0800 Subject: [PATCH] ci: enable SKIP_YARN_COREPACK_CHECK for workaround --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cac8cfac9..adc10cf4d 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