Skip to content

Commit

Permalink
[Tests] use a newer node version for this test to avoid flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 22, 2024
1 parent f0ea7b8 commit 3841182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3841182

Please sign in to comment.