fix: correct Node.js version prerequisite to >= 20.0.0#252
fix: correct Node.js version prerequisite to >= 20.0.0#252dorukardahan wants to merge 1 commit into0gfoundation:mainfrom
Conversation
The SDK package.json and README specify Node.js >= 20.0.0 (fixed in 0g-serving-user-broker PR 0gfoundation#172). The docs still had the old 22.0.0 requirement in two compute network pages.
|
@dorukardahan is attempting to deploy a commit to the 0g-Frontend Team on Vercel. A member of the Team first needs to authorize it. |
|
Self-review: improvements from a second pass Verification note: The official Scope check: Searched all docs for remaining Cross-reference: This is consistent with PR #172 on |
|
@Ravenyjh Quick question: The SDK Happy to revert if 22.0.0 is the intended minimum. |
Version >20.0.0 is ok. The additional dependencies that previously required version 22 or higher are no longer present |
Summary
>= 22.0.0to>= 20.0.0in two compute network docs pagesWhy
The SDK's
package.jsonengines field specifies>=20.0.0, and this was already corrected in the SDK README via PR #172. The docs pages still had the old22.0.0requirement, which could cause confusion for developers using Node.js 20.x or 21.x.Files changed
docs/.../compute-network/inference.md22.0.0→20.0.0docs/.../compute-network/account-management.md22.0.0→20.0.0Verification
package.json(>=20.0.0) and merged PR feat: enhance SDK documentation with CLI quick start and improved str… #172 README fix22.0.0references — none found