Skip to content

Commit dfd0743

Browse files
authored
Merge pull request #86 from JacobLinCool/upgrade-pnpm
chore: upgrade pnpm to v8
2 parents f56a813 + 0f75b74 commit dfd0743

File tree

4 files changed

+704
-617
lines changed

4 files changed

+704
-617
lines changed

.github/workflows/pr_check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Setup PNPM
2525
uses: pnpm/action-setup@v2.2.4
2626
with:
27-
version: latest
2827
run_install: true
2928

3029
- name: Build Worker

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Setup PNPM
2828
uses: pnpm/action-setup@v2.2.4
2929
with:
30-
version: latest
3130
run_install: true
3231

3332
- name: Build Worker

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"bugs": {
6969
"url": "https://github.com/JacobLinCool/LeetCode-Stats-Card/issues"
7070
},
71-
"homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme"
71+
"homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme",
72+
"packageManager": "pnpm@8.1.1"
7273
}

0 commit comments

Comments
 (0)