Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):**

Expand Down Expand Up @@ -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
Expand Down
Loading