Downgrade pnpm version in package.json

This commit is contained in:
Amir Moradi 2025-12-17 01:35:12 +01:00 committed by GitHub
parent 2e32b0a4af
commit 9f84dd4e0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,9 @@
"tsx": "^4.16.2",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.26.0",
"packageManager": "pnpm@9.15.9",
"engines": {
"node": "^20.16.0",
"pnpm": ">=10.26.0"
"pnpm": ">=9.15.9"
}
}