Skip to content

Commit 38956fb

Browse files
committed
Update AGENTS and CONTRIBUTING for the new repo node version
1 parent 9e4456e commit 38956fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.23.0` and Node.js `20.11.1` are required).
16+
1. Install dependencies with `pnpm i` (pnpm `10.23.0` and Node.js `20.20.0` 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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branch are tagged into a release periodically.
1414

1515
### Prerequisites
1616

17-
- [Node.js](https://nodejs.org/en) version 20.11.1
17+
- [Node.js](https://nodejs.org/en) version 20.20.0
1818
- [pnpm package manager](https://pnpm.io/installation) version 10.23.0
1919
- [Docker](https://www.docker.com/get-started/)
2020
- [protobuf](https://github.com/protocolbuffers/protobuf)
@@ -34,7 +34,7 @@ branch are tagged into a release periodically.
3434
```
3535
cd trigger.dev
3636
```
37-
3. Ensure you are on the correct version of Node.js (20.11.1). If you are using `nvm`, there is an `.nvmrc` file that will automatically select the correct version of Node.js when you navigate to the repository.
37+
3. Ensure you are on the correct version of Node.js (20.20.0). If you are using `nvm`, there is an `.nvmrc` file that will automatically select the correct version of Node.js when you navigate to the repository.
3838

3939
4. Run `corepack enable` to use the correct version of pnpm (`10.23.0`) as specified in the root `package.json` file.
4040

0 commit comments

Comments
 (0)