Skip to content

Commit 0bbef98

Browse files
committed
chore: allow pnpm >=9 in engine constraints
Support both pnpm 9 and 10 for local development.
1 parent 751c4d5 commit 0bbef98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": true,
1414
"engines": {
1515
"node": ">=20.0.0",
16-
"pnpm": "9"
16+
"pnpm": ">=9"
1717
},
1818
"scripts": {
1919
"build": "pnpm --filter=@graphprotocol/graph-* build",

0 commit comments

Comments
 (0)