Skip to content

Commit

Permalink
Update tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Nov 28, 2023
1 parent 20061c6 commit 183f09d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Install frontend dependencies
run: pnpm install

Expand Down

0 comments on commit 183f09d

Please sign in to comment.