Skip to content

Commit f5123f9

Browse files
committed
fix
1 parent c234638 commit f5123f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
2323
fetch-depth: 0
2424

25-
- uses: pnpm/action-setup@v2.2.4
25+
- uses: pnpm/action-setup@v2.4.1
2626
name: Install pnpm
2727
with:
2828
version: 8.6.1

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"tailwindcss": "^3.4.1",
5252
"typescript": "5.4.2"
5353
},
54+
"packageManager": "pnpm@8.6.1",
5455
"pnpm": {
5556
"peerDependencyRules": {
5657
"allowAny": [

0 commit comments

Comments
 (0)