We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fa4c0 commit d85279eCopy full SHA for d85279e
3 files changed
.babelrc
@@ -4,7 +4,7 @@
4
"@babel/preset-env",
5
{
6
"targets": {
7
- "node": 6
+ "node": 8
8
},
9
"loose": true
10
}
.circleci/config.yml
@@ -1,16 +1,5 @@
1
version: 2
2
jobs:
3
- test_with_node_6:
- docker:
- - image: circleci/node:6
- steps:
- - checkout
- - run:
- name: Install dependencies
- command: npm install
11
12
- name: Test
13
- command: npm test
14
test_with_node_8:
15
docker:
16
- image: circleci/node:8
@@ -65,7 +54,6 @@ workflows:
65
54
66
55
test_all:
67
56
68
- - test_with_node_6
69
57
- test_with_node_8
70
58
- test_with_node_9
71
59
- test_with_node_10
appveyor.yml
@@ -1,6 +1,5 @@
environment:
matrix:
- - nodejs_version: '6'
- nodejs_version: '8'
- nodejs_version: '9'
- nodejs_version: '10'
0 commit comments