From 147063ec267ccf4227326f9cc523f8ff26deb91d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 20 Aug 2026 12:18:58 +0000 Subject: [PATCH] meta: bump nvm to v0.40.7 (#9111) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 a4c8378dacf00..f1a1176d7f5ac 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.6/install.sh | bash +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash # in lieu of restarting the shell \. "$HOME/.nvm/nvm.sh"