Skip to content

Commit

Permalink
fix: Update pnpm version to 9
Browse files Browse the repository at this point in the history
anpigon committed May 1, 2024
1 parent 5bb7228 commit db79d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -17,12 +17,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory

0 comments on commit db79d0b

Please sign in to comment.