Skip to content

Commit

Permalink
Update PNPM on CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Aug 29, 2024
1 parent 5ec2672 commit 4258adf
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Set-up Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4258adf

Please sign in to comment.