Skip to content

Commit

Permalink
update hardcoded nvm version (nodejs#7323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored Dec 9, 2024
1 parent 14737ec commit 8496897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/util/getNodeDownloadSnippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getNodeDownloadSnippet = (
if (os === 'MAC' || os === 'LINUX') {
snippets.NVM = dedent`
# ${t('layouts.download.codeBox.installsNvm')}
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# ${t('layouts.download.codeBox.downloadAndInstallNodejsRestartTerminal')}
nvm install ${release.major}
Expand Down

0 comments on commit 8496897

Please sign in to comment.