We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c234638 commit f5123f9Copy full SHA for f5123f9
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
23
fetch-depth: 0
24
25
- - uses: pnpm/action-setup@v2.2.4
+ - uses: pnpm/action-setup@v2.4.1
26
name: Install pnpm
27
with:
28
version: 8.6.1
package.json
@@ -51,6 +51,7 @@
51
"tailwindcss": "^3.4.1",
52
"typescript": "5.4.2"
53
},
54
+ "packageManager": "pnpm@8.6.1",
55
"pnpm": {
56
"peerDependencyRules": {
57
"allowAny": [
0 commit comments