Skip to content

Commit

Permalink
fix: enforce minimum pnpm version 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Sep 20, 2024
1 parent fbd2370 commit 0a7dcc4
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
"pnpm": ">=9.5.0"
},
"packageManager": "pnpm@9.10.0",
"pnpm": {
Expand Down
Loading

0 comments on commit 0a7dcc4

Please sign in to comment.