Skip to content

Commit 06d265a

Browse files
authored
Removed mention of node 4 support (#335)
* Remove mention of node 4 support from README * Remove mention of node 4 support from CONTRIBUTING * Add mention about node16 testing
1 parent 7892e05 commit 06d265a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ To build and test you need LTS Node >= 6.12.0 and Npm 5.5.1 (we use lock files).
77
For contributions, we recommend using Node 10.15.1 and Npm 6.9.0 in order to minimize friction between package-lock formatting.
88

99
## Build
10-
10+
1111
```
1212
$ npm install
1313
$ npm run build
1414
```
1515

1616
## Test
1717

18-
You should test with node 4.x, 6.x and 8.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows))
18+
You should test with node 6.x, 8.x and 16.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows))
1919

2020
```
2121
npm test

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ or
7171
set NODE_DEBUG=http
7272
```
7373

74-
75-
7674
## Node support
7775

78-
The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 4 and Node 6.
76+
The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 6 and newer.
7977

8078
## Contributing
8179

0 commit comments

Comments
 (0)