Skip to content

Commit

Permalink
Drop Node 9 support (graphql#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Aug 2, 2018
1 parent 8171974 commit 055e689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
# https://github.com/nodejs/Release
node_js:
- '10'
- '9'
- '8'
- '6'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mocha": "--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
},
"engines": {
"node": "6.x || 8.x || 9.x || >= 10.x"
"node": "6.x || 8.x || >= 10.x"
},
"scripts": {
"watch": "babel-node ./resources/watch.js",
Expand Down

0 comments on commit 055e689

Please sign in to comment.