Skip to content

Commit

Permalink
Specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Jul 24, 2024
1 parent aa7a467 commit bcd5d3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

- uses: pnpm/action-setup@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 9.5

- name: Setup Node.js 18
uses: actions/setup-node@v3
Expand Down

0 comments on commit bcd5d3b

Please sign in to comment.