ci: Upgrade to pnpm 9.15 to address the lockfile flakiness (#12324)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-12-20 12:36:21 +01:00
committed by GitHub
parent a71194c7c2
commit 3fdc83aee5
2 changed files with 14 additions and 84 deletions

View File

@@ -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",