Skip to content

Commit 6e297ef

Browse files
authored
fix(repo): Enforce pnpm@15 and above (#4957)
1 parent 71e971a commit 6e297ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
115115
"engines": {
116116
"node": ">=18.17.0",
117-
"pnpm": ">=9"
117+
"pnpm": ">=9.15"
118118
},
119119
"pnpm": {
120120
"overrides": {

0 commit comments

Comments
 (0)