From 466aa7e1d57fc3cf7be49bb892b66dc5fd0e8c23 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 12 Mar 2025 12:01:38 -0700 Subject: [PATCH] fix(snippets): update nvm version --- apps/site/snippets/en/download/nvm.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/snippets/en/download/nvm.bash b/apps/site/snippets/en/download/nvm.bash index 33db32e10fcd9..1d26f29dae9e5 100644 --- a/apps/site/snippets/en/download/nvm.bash +++ b/apps/site/snippets/en/download/nvm.bash @@ -1,5 +1,5 @@ # Download and install nvm: -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash # in lieu of restarting the shell \. "$HOME/.nvm/nvm.sh"