Skip to content

Commit 920ac5c

Browse files
committed
fix(choco): use nodejs-lts dependency instead of nodejs
The nodejs package pulls latest (v25.x) whose MSI hangs in Chocolatey's test VM. nodejs-lts pulls stable v22.x LTS which passes verification.
1 parent a3f5571 commit 920ac5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/chocolatey/lynxprompt.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<releaseNotes>Major update: Full CLI wizard with all steps, 30+ AI editor platforms support, enhanced code generation with testing strategy, boundaries customization, static file generation, and Teams AI features.</releaseNotes>
2020
<tags>ai ide cursor copilot claude windsurf antigravity gemini cli developer-tools</tags>
2121
<dependencies>
22-
<dependency id="nodejs" version="[18.0,)" />
22+
<dependency id="nodejs-lts" version="[18.0,)" />
2323
</dependencies>
2424
</metadata>
2525
<files>

0 commit comments

Comments
 (0)