Skip to content

Commit 30b3a3b

Browse files
committed
none: allow pnpm >=8.x
// now pnpm is 9.0.1 // supposed upgrade this would not impact sth Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
1 parent ba358a8 commit 30b3a3b

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
@@ -39,7 +39,7 @@
3939
},
4040
"engines": {
4141
"node": ">=16",
42-
"pnpm": "8.x"
42+
"pnpm": ">=8.x"
4343
},
4444
"jest": {
4545
"preset": "ts-jest",

0 commit comments

Comments
 (0)