Skip to content

Commit

Permalink
move fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 14, 2024
1 parent 4abf3ff commit aa74fe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20

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

- run: yarn

- run: (cd example && yarn)

# - uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit aa74fe5

Please sign in to comment.