Skip to content

Commit

Permalink
Merge pull request #86 from JacobLinCool/upgrade-pnpm
Browse files Browse the repository at this point in the history
chore: upgrade pnpm to v8
  • Loading branch information
JacobLinCool committed Apr 8, 2023
2 parents f56a813 + 0f75b74 commit dfd0743
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 617 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: latest
run_install: true

- name: Build Worker
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: latest
run_install: true

- name: Build Worker
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"bugs": {
"url": "https://github.com/JacobLinCool/LeetCode-Stats-Card/issues"
},
"homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme"
"homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme",
"packageManager": "[email protected]"
}
Loading

0 comments on commit dfd0743

Please sign in to comment.