Skip to content

Commit be7b255

Browse files
committed
fix agents.md
1 parent 5fdc3af commit be7b255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is a pnpm monorepo managed with Turbo. It contains multiple apps
1313
See `ai/references/repo.md` for a more complete explanation of the workspaces.
1414

1515
## Development setup
16-
1. Install dependencies with `pnpm i` (pnpm `10.33.2` and Node.js `20.23.1` are required).
16+
1. Install dependencies with `pnpm i` (pnpm `10.33.2` and Node.js `22.23.1` are required).
1717
2. Copy `.env.example` to `.env` and generate a random 16 byte hex string for `ENCRYPTION_KEY` (`openssl rand -hex 16`). Update other secrets if needed.
1818
3. Start the local services with Docker:
1919
```bash

0 commit comments

Comments
 (0)