Skip to content

Commit

Permalink
ci: enable SKIP_YARN_COREPACK_CHECK for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 7, 2023
1 parent 8a7c548 commit 85a4cf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- 20
os:
- macos-latest
# - windows-latest
- windows-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -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
Expand Down

0 comments on commit 85a4cf9

Please sign in to comment.