Commit b8ec60e
fix(benchmark): force latest restify version (#1810)
`*` 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/.1 parent 8eee722 commit b8ec60e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments