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
7 changed files with 14 additions and 12 deletions

View File

@@ -88,8 +88,10 @@ This section guides contributors on how to build, modify, and understand the dev
**Prerequisites:**
1. Install [Node 18+](https://nodejs.org/en/download)
2. Git
1. **Node.js**:
- **Development:** Please use Node.js `~20.19.0`. This specific version is required due to an upstream development dependency issue. You can use a tool like [nvm](https://github.com/nvm-sh/nvm) to manage Node.js versions.
- **Production:** For running the CLI in a production environment, any version of Node.js `>=20` is acceptable.
2. **Git**
### Build Process