v3.0.2
-
Credit JSON.sh and link to docs for options
-
Skip aliases
No need to select aliases since the aliased node would already be included itself.
-
Handle non-semver node versions
sh-semver emits warnings when non-semver strings are passed to it.
So we should filter out and ignore any node versions that don't at least
start with a number.This could be a lot smarter, and currently only works because node
versions omit the implicit 'node-' prefix.