Skip to content

Commit

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

- run: corepack enable

- env:
# https://github.com/actions/setup-node/issues/531#issuecomment-1820618025
SKIP_YARN_COREPACK_CHECK: true
run: |
yarn
(cd example && yarn)
- run: yarn
- run: (cd example && yarn)

# - uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 4a7633b

Please sign in to comment.