Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Aug 4, 2024
1 parent 2814dd9 commit 22d9bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
with: 9

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

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

0 comments on commit 22d9bb5

Please sign in to comment.