Skip to content

Commit

Permalink
Require Node 10+ (#1895)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node 10+ (#1895)
  • Loading branch information
paulmelnikow authored and gr2m committed Feb 16, 2020
1 parent 70a18b4 commit 123832e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -161,5 +161,5 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8, 10, 12, 13]
node-version: [10, 12, 13]
os: [macos-latest, ubuntu-latest, windows-latest]
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"url": "http://github.com/nock/nock/issues"
},
"engines": {
"node": ">= 8.0"
"node": ">= 10.13"
},
"main": "./index.js",
"types": "types",
Expand Down

0 comments on commit 123832e

Please sign in to comment.