From 47dc16d243d7a7fb82f52ad5028d2c0692b8e333 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Sat, 5 Jul 2025 07:55:15 -0700 Subject: feat: Update minimum Node.js version to 20 (#3277) --- docs/cli/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3