Use nvm --delete-prefix option

This commit is contained in:
Michael Lumish 2025-07-21 13:21:33 -07:00
parent ba52c1b9d7
commit b2007975a1
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ do
set +ex
echo "Switching to node version $version"
nvm install $version
nvm use $version
nvm use --delete-prefix $version
set -ex
export JUNIT_REPORT_PATH="reports/node$version/"