We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108f881 commit 64c15b0Copy full SHA for 64c15b0
.circleci/config.yml
@@ -35,16 +35,6 @@ jobs:
35
- run: yarn run coverage-lcov
36
- run: yarn run codacy
37
38
- build-node_6:
39
- <<: *common-build
40
- docker:
41
- - image: node:6
42
-
43
- build-node_7:
44
45
46
- - image: node:7
47
48
build-node_8:
49
<<: *common-build
50
docker:
@@ -69,8 +59,6 @@ workflows:
69
59
version: 2
70
60
build:
71
61
jobs:
72
- - build-node_6
73
- - build-node_7
74
62
- build-node_8
75
63
- build-node_9
76
64
- build-node_10
package.json
@@ -32,7 +32,7 @@
32
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
33
},
34
"engines": {
- "node": ">=6"
+ "node": ">=8"
"preferGlobal": true,
"scripts": {
0 commit comments