fix: upgrade to pnpm 10 for psn-api compatibility

This commit is contained in:
Justin Edmund 2025-11-23 03:50:52 -08:00
parent e4cc4e22c7
commit d994a5bf96

View file

@ -1,6 +1,6 @@
{
"packages": {
"node": "20",
"pnpm": "9"
"pnpm": "10"
}
}