From b14139e2aa6c5422dd492d50d311580315c67db5 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 cac8cfac..98b0b9d2 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: @@ -29,6 +29,9 @@ jobs: with: node-version: ${{ matrix.node }} cache: yarn + env: + # https://github.com/actions/setup-node/issues/531#issuecomment-1819151412 + SKIP_YARN_COREPACK_CHECK: 1 - name: Install Dependencies run: yarn --immutable