Skip to content

Commit

Permalink
chore: add pnpm install to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Sep 26, 2023
1 parent 48c90ea commit 3ef3019
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,19 @@ jobs:
with:
workspaces: './src-tauri -> target'

- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
run_install: false

- name: Sync node version and setup cache
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
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 3ef3019

Please sign in to comment.