We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56a813 + 0f75b74 commit dfd0743Copy full SHA for dfd0743
.github/workflows/pr_check.yml
@@ -24,7 +24,6 @@ jobs:
24
- name: Setup PNPM
25
uses: pnpm/action-setup@v2.2.4
26
with:
27
- version: latest
28
run_install: true
29
30
- name: Build Worker
.github/workflows/publish.yml
@@ -27,7 +27,6 @@ jobs:
31
32
33
package.json
@@ -68,5 +68,6 @@
68
"bugs": {
69
"url": "https://github.com/JacobLinCool/LeetCode-Stats-Card/issues"
70
},
71
- "homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme"
+ "homepage": "https://github.com/JacobLinCool/LeetCode-Stats-Card#readme",
72
+ "packageManager": "pnpm@8.1.1"
73
}
0 commit comments