Skip to content

Commit

Permalink
fix: set pnpm version in CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed Oct 29, 2024
1 parent 24cffc6 commit 0c0f36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 7.32.4

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 7.32.4

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 0c0f36e

Please sign in to comment.