feat: Update minimum Node.js version to 20 (#3277)

This commit is contained in:
matt korwel 2025-07-05 07:55:15 -07:00 committed by GitHub
parent 80aad5a42c
commit 47dc16d243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 12 deletions

View file

@ -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: