From 4c74b0ff01e271113175bd4a8558d9d6e3216244 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 5 Mar 2026 10:43:28 -0600 Subject: [PATCH] update nvm --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 46f3c32..0e0069c 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ echo "installing 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 echo "installing sdkman" curl -s "https://get.sdkman.io" | bash