Skip to content

Commit

Permalink
Use LTS version of node
Browse files Browse the repository at this point in the history
This is to resolve a bug with the latest version of Node and Jest see:
facebook/create-react-app#6591
  • Loading branch information
kevindew committed Mar 8, 2019
1 parent efa9d9d commit 2cda632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- node
- lts/10
script:
- npm run test
- npm run check-dist-built

0 comments on commit 2cda632

Please sign in to comment.