summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-07-05 07:55:15 -0700
committerGitHub <[email protected]>2025-07-05 14:55:15 +0000
commit47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (patch)
tree76b3b3c68edb06647687c7c2d9e4635ddd92e292 /docs/cli
parent80aad5a42c4b631a675e36280bc6911965e8b797 (diff)
feat: Update minimum Node.js version to 20 (#3277)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/configuration.md2
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: