Skip to content

Commit 4c4763b

Browse files
authored
Merge pull request #1147 from Shane-XB-Qian/none_upd_pnpm_ver
none: allow pnpm >=8.x
2 parents ba358a8 + 30b3a3b commit 4c4763b

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)