From 17679bd1f074724c800314d1800044523a45c2aa Mon Sep 17 00:00:00 2001 From: phoenixy1 Date: Mon, 13 Jul 2026 14:05:26 -0700 Subject: [PATCH] Correct pnpm version in README to match pinned v11 README stated pnpm v10 / >=10.15.1 but the repo pins pnpm@11.1.3 via packageManager. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1e4a5..957a4d9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A working example of [Plaid Core Exchange](https://plaid.com/core-exchange/docs/ - **TypeScript** (v5.9) with ESM modules everywhere - **Node.js** (v22+) - Yes, you need the latest -- **pnpm** (v10) - For managing our monorepo workspace +- **pnpm** (v11) - For managing our monorepo workspace **OAuth/OIDC (the important bits):** @@ -88,7 +88,7 @@ brew install node pnpm caddy **Version requirements:** - Node.js ≥22.0.0 (we enforce this in `package.json`) -- pnpm ≥10.15.1 +- pnpm ≥11.1.3 - Caddy (latest is fine) ### Installation