Skip to content

Commit 8496897

Browse files
authored
update hardcoded nvm version (#7323)
1 parent 14737ec commit 8496897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/util/getNodeDownloadSnippet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const getNodeDownloadSnippet = (
3939
if (os === 'MAC' || os === 'LINUX') {
4040
snippets.NVM = dedent`
4141
# ${t('layouts.download.codeBox.installsNvm')}
42-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
42+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
4343
4444
# ${t('layouts.download.codeBox.downloadAndInstallNodejsRestartTerminal')}
4545
nvm install ${release.major}

0 commit comments

Comments
 (0)