Browse Source

Update to v6.17.1 in `partial_semver` feature test (#149)

Update node 6 version to final/end-of-life version.
remotes/origin/add-simple-redirecting-site
thomsj 5 years ago committed by Gal Schlezinger
parent
commit
ada519bfb4
  1. 4
      feature_tests/partial_semver/run.sh

4
feature_tests/partial_semver/run.sh

@ -8,8 +8,8 @@ fnm install 6 # no new versions would be issued for this unsupported version @@ -8,8 +8,8 @@ fnm install 6 # no new versions would be issued for this unsupported version
fnm install 8.11.3
fnm use 6
if [ "$(node -v)" != "v6.16.0" ]; then
echo "Node version mismatch: $(node -v). Expected: v6.16.0"
if [ "$(node -v)" != "v6.17.1" ]; then
echo "Node version mismatch: $(node -v). Expected: v6.17.1"
fi
fnm use 8

Loading…
Cancel
Save