Skip to content

Commit ff6a269

Browse files
chore: pin pnpm version (#1950)
">=9" is was making renovate bot runner choose v10 that has some breaking changes and messes up lock file when updating dependencies Updating to v10 is not possible because Cloudflare still uses v9 and can't handle v10 lock file and fails when deploying website app.
1 parent ee3a209 commit ff6a269

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
@@ -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)