fix: hide pnpm update message, it's confusing since the pnpm version is locked; update to pnpm 9.15.4 (#33232)

This commit is contained in:
Beng Eu
2025-02-06 14:57:01 +08:00
committed by GitHub
parent 898fd44eca
commit c2547eec4f
16 changed files with 7 additions and 20 deletions

View File

@@ -55,9 +55,9 @@
}
},
"engines": {
"pnpm": "^9.0.0",
"node": ">= 20"
"pnpm": ">=9",
"node": ">=20"
},
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.15.5"
}