Skip to content

Commit 27fba70

Browse files
authored
docs: add info about dev and runtime requirements (#1540)
Ref #1532
1 parent c645e56 commit 27fba70

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ We'll be consolidating that soon. Just giving you the heads up. You may see refe
4040
- [Graveyard](docs/migration/graveyard-3-x.md)
4141
- [Migration guide](docs/migration/migration-2-x-to-3-x.md)
4242

43+
### Runtime
44+
45+
- Node.js `>=` 10.x
46+
- `swagger-client` works in the latest versions of Chrome, Safari, Firefox, and Edge.
47+
4348
## Security contact
4449

4550
Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker.

docs/development/setting-up.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
- git, any version
66
- NPM 6.x
77

8-
Generally, we recommend following guidelines from [Node.js Releases](https://nodejs.org/en/about/releases/) to only use Active LTS or Maintenance LTS releases.
8+
Generally, we recommend following guidelines from [Node.js Releases](https://nodejs.org/en/about/releases/) to only use `Current`, `Active LTS` or `Maintenance LTS` releases.
99

10-
**Building**
10+
Current Node.js:
11+
- Node.js 14.x
12+
- NPM 6.x
1113

1214
Current Node.js Active LTS:
1315
- Node.js 12.x
@@ -17,14 +19,6 @@ Current Node.js Maintenance LTS:
1719
- Node.js 10.x
1820
- NPM 6.x
1921

20-
Unsupported Node.js LTS that should still work:
21-
- Node.js 8.13.0 or greater
22-
- NPM 6.x
23-
24-
**Runtime**
25-
26-
- Node.js `>=`4.x
27-
- `>=`ES5 compatible web browsers, IE11+
2822

2923
### Steps
3024

0 commit comments

Comments
 (0)