[Tests] use a newer node version for this test to avoid flakiness

This commit is contained in:
Jordan Harband 2024-11-22 13:15:01 -10:00
parent 02795cd71d
commit 42a5175402
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -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