Conversation
Review Summary by QodoAdd Node.js versions 24.14.1 and 25.9.0 support
WalkthroughsDescription• Add Node.js version 24.14.1 with configuration and launch scripts • Add Node.js version 25.9.0 with configuration and launch scripts • Update bundle release version to 2026.4.12 • Register new Node.js versions in releases.properties Diagramflowchart LR
A["Node.js 24.14.1"] --> B["Configuration Files"]
A --> C["Launch Scripts"]
A --> D["NPM Config"]
E["Node.js 25.9.0"] --> B
E --> C
E --> D
B --> F["releases.properties"]
C --> F
D --> F
G["build.properties"] --> F
File Changes1. bin/nodejs24.14.1/launch.bat
|
Code Review by Qodo
|
No description provided.