Skip to content

Commit

Permalink
fix(pnpm): setting required pnpm to v9 (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikeland authored May 3, 2024
1 parent d3c1e5c commit 69b0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": "^18 || ^20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=8"
"pnpm": ">=9"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 69b0d05

Please sign in to comment.