Skip to content

Commit

Permalink
fix other yarn too
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 14, 2024
1 parent aa74fe5 commit f092029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
node-version: 20

- run: yarn
env:
- env:
# https://github.com/actions/setup-node/issues/531#issuecomment-1820618025
SKIP_YARN_COREPACK_CHECK: true

- run: (cd example && yarn)
run: |
yarn
(cd example && yarn)
# - uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit f092029

Please sign in to comment.