Skip to content

Commit

Permalink
update pnpm version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 15, 2023
1 parent e3437d8 commit 3c853fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Sync node version and setup cache
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Sync node version and setup cache
uses: actions/setup-node@v3
Expand Down

0 comments on commit 3c853fa

Please sign in to comment.