Skip to content

Commit

Permalink
CI: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Jul 11, 2021
1 parent 1a015a6 commit 74f5a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- uses: pnpm/[email protected]
with:
version: 6.0.2
version: 6.9.1

- name: install deps
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- uses: pnpm/[email protected]
with:
version: 6.0.2
version: 6.9.1

- name: install deps
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 74f5a9c

Please sign in to comment.