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

fix(benchmark): force latest restify version #1810

Merged
merged 1 commit into from Dec 10, 2019

Conversation

mmarchini
Copy link
Contributor

* will match any stable release, which means if there's already a
restify version installed in the benchmarks directory, npm won't try to
update it. latest only matches the latest version, which means npm
will always update to the latest stable version (unless it's already
installed). This behavior can be checked with https://semver.npmjs.com/.

`*` will match any stable release, which means if there's already a
restify version installed in the benchmarks directory, npm won't try to
update it. `latest` only matches the latest version, which means npm
will always update to the latest stable version (unless it's already
installed). This behavior can be checked with https://semver.npmjs.com/.
@hekike hekike merged commit b8ec60e into restify:master Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants