diff options
| author | matt korwel <[email protected]> | 2025-07-05 07:55:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 14:55:15 +0000 |
| commit | 47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (patch) | |
| tree | 76b3b3c68edb06647687c7c2d9e4635ddd92e292 /docs/cli | |
| parent | 80aad5a42c4b631a675e36280bc6911965e8b797 (diff) | |
feat: Update minimum Node.js version to 20 (#3277)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 450d6ce8..77d91b59 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -332,7 +332,7 @@ Here's a conceptual example of what a context file at the root of a TypeScript p - When generating new TypeScript code, please follow the existing coding style. - Ensure all new functions and classes have JSDoc comments. - Prefer functional programming paradigms where appropriate. -- All code should be compatible with TypeScript 5.0 and Node.js 18+. +- All code should be compatible with TypeScript 5.0 and Node.js 20+. ## Coding Style: |
