Skip to content

Commit

Permalink
add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Jun 28, 2024
1 parent 509f05c commit f060278
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
workspaces: './src-tauri -> target'

- name: Sync node version and setup cache
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm' # Set this to npm, yarn or pnpm.

- name: For act to work (local testing)
run: npm -g install pnpm
node-version: 20
cache: 'pnpm'

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
Expand Down

0 comments on commit f060278

Please sign in to comment.