Skip to content

Commit

Permalink
fix: update workflow pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Jul 27, 2023
1 parent cae46e6 commit d045e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
version: 8
run_install: true

- name: Generate api client & docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
version: 8
run_install: true

- name: Generate client
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
version: 8
run_install: true

- name: Generate client
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 7
version: 8
run_install: true

- name: Check format
Expand Down

0 comments on commit d045e33

Please sign in to comment.