Skip to content

Commit a1f3bb8

Browse files
committed
Drop Support for Node 6 (graphql#2121)
1 parent 5723234 commit a1f3bb8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.browserslistrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node 6
1+
node 8
22
ie 9
33
ios 9
44
last 2 chrome versions

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ node_js:
88
- '12'
99
- '10'
1010
- '8'
11-
- '6'
1211

1312
script: |
1413
if [[ "$(node -pe process.version)" == v10.* ]]; then # Is latest LTS?

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graphql-js"
2222
],
2323
"engines": {
24-
"node": ">= 6.x"
24+
"node": ">= 8.x"
2525
},
2626
"scripts": {
2727
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts",

0 commit comments

Comments
 (0)