Skip to content

Commit

Permalink
deploy pnpm version change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 12, 2024
1 parent 2212aac commit dddc3ca
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.relay_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 8.12.0
version: 9.1.3
run_install: false
- name: Install npm dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 8.12.0
version: 9.1.3
run_install: false
- name: Install npm dependencies
run: pnpm install
Expand Down

0 comments on commit dddc3ca

Please sign in to comment.