Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v6.17.1 in partial_semver feature test #149

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update to v6.17.1 in partial_semver feature test
Update node 6 version to final/end-of-life version.
  • Loading branch information
thomsj committed Oct 8, 2019
commit 503a88c0e5a43d2387bc553b34326e39685620fa
4 changes: 2 additions & 2 deletions feature_tests/partial_semver/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down