Skip to content

Commit

Permalink
Add <9.12.0 to .engines.pnpm (#39897)
Browse files Browse the repository at this point in the history
We're waiting on updating to pnpm 9.12+ due to the regression of
pnpm/pnpm#3935. Update `.engines.pnpm` so Renovate stops trying to use
9.12 and then failing the "Lock files are up to date" check.
  • Loading branch information
anomiex authored Oct 24, 2024
1 parent 4372e5d commit c2b7dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"engines": {
"node": "^22.9.0",
"pnpm": "^9.3.0"
"pnpm": "^9.3.0 <9.12.0"
}
}

0 comments on commit c2b7dc0

Please sign in to comment.