Skip to content

Commit

Permalink
Merge pull request #1225 from nock/node-version-support
Browse files Browse the repository at this point in the history
README: Node version support
  • Loading branch information
RichardLitt committed Sep 17, 2018
2 parents 8592632 + cbd2670 commit 6b632d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -105,14 +105,19 @@ $ npm install --save nock

### Node version support

The latest version of nock supports all currently maintained Node versions, see [Node Release Schedule](https://github.com/nodejs/Release#release-schedule)

Here is a list of past nock versions with respective node version support

| node | nock |
|---|---|
| 0.10 | up to 8.x |
| 0.11 | up to 8.x |
| 0.12 | up to 8.x |
| 4 | 9.x |
| 4 | up to 9.x |
| 5 | up to 8.x |
| 6 | 9.x |
| 7 | up to 9.x |
| 9 | up to 9.x |

## Usage

Expand Down

0 comments on commit 6b632d5

Please sign in to comment.