From d994a5bf969e987aba84308c7ddd972d9c46b114 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 23 Nov 2025 03:50:52 -0800 Subject: [PATCH] fix: upgrade to pnpm 10 for psn-api compatibility --- railpack-plan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railpack-plan.json b/railpack-plan.json index c7868d5..0055fe2 100644 --- a/railpack-plan.json +++ b/railpack-plan.json @@ -1,6 +1,6 @@ { "packages": { "node": "20", - "pnpm": "9" + "pnpm": "10" } }