Skip to content

Commit

Permalink
chore(server): Set node version to 8 for Travis CI
Browse files Browse the repository at this point in the history
Yarn is failing with node 9 because graphql-js v14.0.0 removed support for node 9 in the "engines" field of package.json.

Looks like this will be sorted out in the next release (graphql/graphql-js#1508) but for now it is easiest to use node v8 to make the build pass.
  • Loading branch information
michaelbromley committed Sep 6, 2018
1 parent c973588 commit ce234a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ git:

language: node_js
node_js:
- "9"
- "8"

cache: yarn

Expand Down

0 comments on commit ce234a2

Please sign in to comment.