File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
"presets" : [
3
3
[" env" , {
4
4
"targets" : {
5
- "node" : 6
5
+ "node" : 4
6
6
},
7
7
"loose" : true ,
8
8
"useBuiltIns" : true
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
jobs :
3
+ test_with_node_4 :
4
+ docker :
5
+ - image : circleci/node:4
6
+ steps :
7
+ - checkout
8
+ - run :
9
+ name : Install dependencies
10
+ command : npm install
11
+ - run :
12
+ name : Test
13
+ command : npm test
3
14
test_with_node_6 :
4
15
docker :
5
16
- image : circleci/node:6
@@ -40,6 +51,7 @@ workflows:
40
51
version : 2
41
52
test_all :
42
53
jobs :
54
+ - test_with_node_4
43
55
- test_with_node_6
44
56
- test_with_node_8
45
57
- test_with_node_9
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - nodejs_version : ' 4'
3
4
- nodejs_version : ' 6'
4
5
- nodejs_version : ' 8'
5
6
- nodejs_version : ' 9'
Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/tleunen/babel-plugin-module-resolver.git"
9
9
},
10
10
"engines" : {
11
- "node" : " >= 6 .0.0"
11
+ "node" : " >= 4 .0.0"
12
12
},
13
13
"files" : [" lib" ],
14
14
"author" : {
72
72
"*.{js}" : [" prettier-eslint --write" , " eslint --fix" , " git add" ]
73
73
},
74
74
"jest" : {
75
+ "testEnvironment" : " node" ,
75
76
"testRegex" : " /test/.*\\ .test\\ .js$" ,
76
77
"collectCoverageFrom" : [" src/**/*.js" , " !src/log.js" ]
77
78
}
You can’t perform that action at this time.
0 commit comments