Skip to content

Commit

Permalink
chore: Update pnpm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jul 20, 2023
1 parent 94bfc71 commit 9199ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: 18

- name: Setup pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 18

- name: Setup pnpm
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 8
run_install: false
Expand Down

0 comments on commit 9199ec6

Please sign in to comment.