Skip to content

Commit 12466d6

Browse files
committed
fix pnpm version issue
1 parent 0be4744 commit 12466d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "Apache-2.0",
77
"private": true,
88
"engines": {
9-
"node": ">=20.12",
10-
"pnpm": ">=9.7.1"
9+
"node": ">=20.17",
10+
"pnpm": ">=9.10.0"
1111
},
12-
"packageManager": "pnpm@9.7.1",
12+
"packageManager": "pnpm@9.10.0",
1313
"scripts": {
1414
"build": "pnpm nx run-many -t build",
1515
"test": "pnpm nx run-many -t test",

0 commit comments

Comments
 (0)