Skip to content

Commit

Permalink
Drop Support for Node 6 (graphql#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2019
1 parent 5723234 commit a1f3bb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node 6
node 8
ie 9
ios 9
last 2 chrome versions
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ node_js:
- '12'
- '10'
- '8'
- '6'

script: |
if [[ "$(node -pe process.version)" == v10.* ]]; then # Is latest LTS?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graphql-js"
],
"engines": {
"node": ">= 6.x"
"node": ">= 8.x"
},
"scripts": {
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts",
Expand Down

0 comments on commit a1f3bb8

Please sign in to comment.