Skip to content

Commit a4618c7

Browse files
Drop Support for Node 8 (#2290)
1 parent a6c252b commit a4618c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache: yarn
77
node_js:
88
- '12'
99
- '10'
10-
- '8'
1110

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graphql-js"
2222
],
2323
"engines": {
24-
"node": ">= 8.x"
24+
"node": ">= 10.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)