Using Carbon in CI
Carbon runs as a plain Node process in CI.
- run: npm install -g carbon-api- run: carbon emulate --from ./stripe.json --port 8787 &- run: pnpm test env: STRIPE_API_BASE: http://localhost:8787Use the same snapshot and runtime in development and CI to reduce drift between environments.