···8899### Prerequisites and Setup
10101111-- Install Node.js 20.19.0+ or 24.7.0+ (see `.nvmrc` for current version: 24.7.0)
1111+- Install Node.js (see `.nvmrc` for recommended version)
1212- Install pnpm globally: `npm install -g pnpm@10.15.1`
1313- Clone the repository and run setup commands
1414···193193194194The repository uses GitHub Actions (`.github/workflows/ci.yml`):
195195196196-- Tests on multiple Node.js versions (20.19.0, 22.12.0, 24.7.0)
196196+- Tests on multiple Node.js versions
197197- Tests on multiple OS (macOS, Ubuntu, Windows)
198198- Runs build, lint, typecheck, and test commands
199199- Publishes preview packages on PRs