From 762eae10248dc0be15cb1e4d68e8de768a12414a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 22 Feb 2026 06:37:37 -0800 Subject: [PATCH] meta: bump nvm to v0.40.4 (#8643) 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 b15d7aa21a7b7..f1719ecf6d41d 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.3/install.sh | bash +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash # in lieu of restarting the shell \. "$HOME/.nvm/nvm.sh"