Skip to content

Commit

Permalink
chore: also update pnpm in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 21, 2024
1 parent cb0d7f1 commit 9598b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 9598b3b

Please sign in to comment.