Skip to content

Commit

Permalink
ci(actions): upgrade pnpm to 8.x (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
seepine authored Oct 16, 2023
1 parent ff786eb commit 47806e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x
version: 8.x

# https://pnpm.io/zh/cli/install#--frozen-lockfile
- name: Install and Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 7.x
version: 8.x

# https://pnpm.io/zh/cli/install#--frozen-lockfile
- name: Install Dependencies
Expand Down

0 comments on commit 47806e4

Please sign in to comment.