Skip to content

Commit

Permalink
update hardcoded nvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 7, 2024
1 parent 02b7307 commit 3d4f2a1
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 3d4f2a1

Please sign in to comment.