Skip to content

Commit

Permalink
Explicitly specify Node version and prepare Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
yvvki committed Dec 19, 2023
1 parent f51e31b commit fbe2114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20'
check-latest: true
- run: corepack prepare yarn@4.0.2 --activate
- run: corepack prepare yarn@4 --activate

- run: yarn install
- run: yarn tauri build

0 comments on commit fbe2114

Please sign in to comment.