Skip to content

Commit 96c8012

Browse files
authored
fix(snippets): update nvm version (#7548)
1 parent 9039a0b commit 96c8012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download and install nvm:
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
33

44
# in lieu of restarting the shell
55
\. "$HOME/.nvm/nvm.sh"

0 commit comments

Comments
 (0)