ci: Upgrade to pnpm 10 (#12502)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-12 18:46:43 +01:00
committed by GitHub
parent 731a9a7945
commit 85deff0b7f
3 changed files with 36 additions and 36 deletions

View File

@@ -4,9 +4,9 @@
"private": true,
"engines": {
"node": ">=20.15",
"pnpm": ">=9.15"
"pnpm": ">=10.2.1"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.1",
"scripts": {
"prepare": "node scripts/prepare.mjs",
"preinstall": "node scripts/block-npm-install.js",