Skip to content

Commit 15b3cf0

Browse files
paulmelnikowgr2m
authored andcommitted
Drop support for Node 6
BREAKING CHANGE: Drop support for Node 6 Ref #1297
1 parent e0424c0 commit 15b3cf0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
script: npm run unit
3131
- node_js: 8
3232
script: npm run unit
33-
- node_js: 6
34-
script: npm run unit
3533
- stage: release
3634
node_js: lts/*
3735
env: semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "http://github.com/nock/nock/issues"
1818
},
1919
"engines": [
20-
"node >= 4.0"
20+
"node >= 8.0"
2121
],
2222
"main": "./index",
2323
"dependencies": {

0 commit comments

Comments
 (0)