Skip to content

Commit 0f4a37c

Browse files
author
whyboris
committed
node 6 - 11 supported
1 parent 9352385 commit 0f4a37c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.circleci/config.yml

Lines changed: 6 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_4:
39-
<<: *common-build
40-
docker:
41-
- image: node:4
42-
43-
build-node_5:
44-
<<: *common-build
45-
docker:
46-
- image: node:5
47-
4838
build-node_6:
4939
<<: *common-build
5040
docker:
@@ -70,14 +60,18 @@ jobs:
7060
docker:
7161
- image: node:10
7262

63+
build-node_11:
64+
<<: *latest-build
65+
docker:
66+
- image: node:11
67+
7368
workflows:
7469
version: 2
7570
build:
7671
jobs:
77-
- build-node_4
78-
- build-node_5
7972
- build-node_6
8073
- build-node_7
8174
- build-node_8
8275
- build-node_9
8376
- build-node_10
77+
- build-node_11

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": ">=4"
35+
"node": ">=6"
3636
},
3737
"preferGlobal": true,
3838
"scripts": {

0 commit comments

Comments
 (0)