File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ v21.1.0"
7272
7373
7474# versions lower than 18 should be filtered out, but v16.20.2 should be kept since it's installed
75- OUTPUT=" $( NVM_NO_COLORS=1 NVM_MIN=18 nvm_print_versions " $( nvm_remote_versions) " | sed -r ' s/^[ \t]+//' ) "
75+ OUTPUT=" $( NVM_NO_COLORS=1 NVM_MIN=v18 nvm_print_versions " $( nvm_remote_versions) " | sed -r ' s/^[ \t]+//' ) "
7676EXPECTED_OUTPUT=" v16.20.2 * (Latest LTS: Gallium)
7777v18.0.0
7878v18.1.0
@@ -105,7 +105,7 @@ v21.1.0"
105105
106106
107107# versions lower than 20.1 should be filtered out, so v20.0.0 is out
108- OUTPUT=" $( NVM_NO_COLORS=1 NVM_MIN=20 .1 nvm_print_versions " $( nvm_remote_versions) " | sed -r ' s/^[ \t]+//' ) "
108+ OUTPUT=" $( NVM_NO_COLORS=1 NVM_MIN=v20 .1 nvm_print_versions " $( nvm_remote_versions) " | sed -r ' s/^[ \t]+//' ) "
109109EXPECTED_OUTPUT=" v16.20.2 * (Latest LTS: Gallium)
110110-> v18.20.3 * (Latest LTS: Hydrogen)
111111v20.8.1
You can’t perform that action at this time.
0 commit comments