Skip to content

Commit cd48cc3

Browse files
authored
fix(downloads/choco): use current name/version (#7944)
fix: change choco download snippets to use nodejs package, and specify full version in version arg
1 parent 5572773 commit cd48cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/snippets/en/download/choco.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"
33

44
# Download and install Node.js:
5-
choco install nodejs-lts --version="${props.release.major}"
5+
choco install nodejs --version="${props.release.version}"
66

77
# Verify the Node.js version:
88
node -v # Should print "${props.release.versionWithPrefix}".

0 commit comments

Comments
 (0)