Skip to content

Commit

Permalink
ci: Upgrade to pnpm 9.15 to address the lockfile flakiness (#12324)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored and riascho committed Dec 23, 2024
1 parent 3e3c051 commit 44f8d36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 84 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"engines": {
"node": ">=20.15",
"pnpm": ">=9.5"
"pnpm": ">=9.15"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.15.1",
"scripts": {
"prepare": "node scripts/prepare.mjs",
"preinstall": "node scripts/block-npm-install.js",
Expand Down
94 changes: 12 additions & 82 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44f8d36

Please sign in to comment.