Skip to content

Commit 1606239

Browse files
authored
chore: update nvm to v0.40.0 (#6983)
Signed-off-by: Aviv Keller <[email protected]>
1 parent 1ce019d commit 1606239

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.39.7/install.sh | bash
42+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
4343
4444
# ${t('layouts.download.codeBox.downloadAndInstallNodejsRestartTerminal')}
4545
nvm install ${release.major}

0 commit comments

Comments
 (0)