Skip to content

Commit 64c15b0

Browse files
committed
fix: Remove support for node 6 and 7
1 parent 108f881 commit 64c15b0

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ jobs:
3535
- run: yarn run coverage-lcov
3636
- run: yarn run codacy
3737

38-
build-node_6:
39-
<<: *common-build
40-
docker:
41-
- image: node:6
42-
43-
build-node_7:
44-
<<: *common-build
45-
docker:
46-
- image: node:7
47-
4838
build-node_8:
4939
<<: *common-build
5040
docker:
@@ -69,8 +59,6 @@ workflows:
6959
version: 2
7060
build:
7161
jobs:
72-
- build-node_6
73-
- build-node_7
7462
- build-node_8
7563
- build-node_9
7664
- build-node_10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
3333
},
3434
"engines": {
35-
"node": ">=6"
35+
"node": ">=8"
3636
},
3737
"preferGlobal": true,
3838
"scripts": {

0 commit comments

Comments
 (0)