Skip to content

Commit

Permalink
try to fix setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 14, 2024
1 parent 5422ece commit 4abf3ff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

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

- run: yarn
- run: (cd example && yarn)

Expand Down

0 comments on commit 4abf3ff

Please sign in to comment.