Skip to content

Commit

Permalink
ci: bump pnpm version (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay authored Apr 8, 2024
1 parent faf9eac commit f33a5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.1.0
version: 8.14.0

- name: Set up Node
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.1.0
version: 8.14.0

- name: Set up Node
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.1.0
version: 8.14.0

- name: Set up Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit f33a5c3

Please sign in to comment.