From 17893585edd25c9a92cc2e2b8122dc557eb0e8e7 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 5 Oct 2025 14:28:56 -0500 Subject: [PATCH] update nvm version --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e518754..a514ef4 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ echo "installing nvm" -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash echo "installing sdkman" curl -s "https://get.sdkman.io" | bash