mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Enforce node version check. Should avoid unnecessary GitHub issues.
This commit is contained in:
parent
1beb13c463
commit
ad32846c8c
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
### Breaking changes
|
||||
|
||||
- Node v6.9.x or later is now required. Earlier versions will not work.
|
||||
- Node v6.9.x or later is now required. Earlier versions will not work. To avoid a sudden flood of issues about this change, [please-update-dependencies](https://github.com/sorccu/please-update-dependencies) enforces the minimum version and tells you if you need to update.
|
||||
- The `-C` shortcut for the `--no-cleanup` option has been removed due to the switch to [yargs](http://yargs.js.org). Please use the full `--no-cleanup` option instead.
|
||||
- Although likely not used by anyone, it was possible to give multiple ZeroMQ endpoints to options such as `--connect-push` by separating them with commas. This is still possible but now works in a different way due to the switch to [yargs](http://yargs.js.org). Comma-separated hosts in a single value are no longer accepted. If you need to specify multiple hosts, simply use the option as many times as you like. This change is unlikely to have any impact whatsoever on most users.
|
||||
- The `--devices` option of `stf doctor` has been removed due to unnecessary complexity.
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"passport": "^0.3.2",
|
||||
"passport-oauth2": "^1.1.2",
|
||||
"passport-saml": "^0.15.0",
|
||||
"please-update-dependencies": "^1.0.0",
|
||||
"please-update-dependencies": "^2.0.0",
|
||||
"protobufjs": "^3.8.2",
|
||||
"proxy-addr": "^1.0.10",
|
||||
"pug": "^2.0.0-beta4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue