From 384118263d2635926bf0ccc1db0a34d75807e7b1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 22 Nov 2024 13:15:01 -1000 Subject: [PATCH] [Tests] use a newer node version for this test to avoid flakiness --- ...'nvm uninstall' with incorrect file permissions fails nicely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely b/test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely index 0c19db8fd6..ad6a4b6bf0 100755 --- a/test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely +++ b/test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely @@ -6,7 +6,7 @@ die () { echo "$@" ; exit 1; } \. ../../../nvm.sh # Version to install/uninstall -NVM_TEST_VERSION=5.10.1 +NVM_TEST_VERSION=15.5.0 # Make sure it's not already here [ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION