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 f54d537 + aadd7cf commit d9b61f6Copy full SHA for d9b61f6
.github/workflows/lint.yml
@@ -17,8 +17,6 @@ jobs:
17
18
- name: Setup pnpm
19
uses: pnpm/action-setup@v4
20
- with:
21
- version: latest
22
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile
package.json
@@ -68,5 +68,6 @@
68
"tsx": "^4.20.5",
69
"tw-animate-css": "^1.3.8",
70
"typescript": "^5.9.2"
71
- }
+ },
72
+ "packageManager": "[email protected]"
73
}
0 commit comments