Skip to content

Commit 3841182

Browse files
committed
[Tests] use a newer node version for this test to avoid flakiness
1 parent f0ea7b8 commit 3841182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ die () { echo "$@" ; exit 1; }
66
\. ../../../nvm.sh
77

88
# Version to install/uninstall
9-
NVM_TEST_VERSION=5.10.1
9+
NVM_TEST_VERSION=15.5.0
1010

1111
# Make sure it's not already here
1212
[ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION

0 commit comments

Comments
 (0)