We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c252b commit a4618c7Copy full SHA for a4618c7
.travis.yml
@@ -7,7 +7,6 @@ cache: yarn
7
node_js:
8
- '12'
9
- '10'
10
- - '8'
11
12
script: |
13
if [[ "$(node -pe process.version)" == v12.* ]]; then # Is latest LTS?
package.json
@@ -21,7 +21,7 @@
21
"graphql-js"
22
],
23
"engines": {
24
- "node": ">= 8.x"
+ "node": ">= 10.x"
25
},
26
"scripts": {
27
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts",
0 commit comments