Skip to content

Commit 7f58e33

Browse files
committed
chore: require pnpm >=10 in engines
pnpm 9 reached end-of-life; align `engines.pnpm` with the pinned packageManager so older pnpm gets rejected on install rather than failing later with cryptic lockfile errors.
1 parent 751c4d5 commit 7f58e33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"private": true,
1414
"engines": {
1515
"node": ">=20.0.0",
16-
"pnpm": "9"
16+
"pnpm": ">=10"
1717
},
18+
"packageManager": "pnpm@10.17.1",
1819
"scripts": {
1920
"build": "pnpm --filter=@graphprotocol/graph-* build",
2021
"lint": "pnpm lint:prettier && pnpm lint:eslint",

0 commit comments

Comments
 (0)