Skip to content

Commit 0a5f1a9

Browse files
committed
Use LTS version of node
This is to resolve a bug with the latest version of Node and Jest see: facebook/create-react-app#6591
1 parent efa9d9d commit 0a5f1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- node
3+
- lts
44
script:
55
- npm run test
66
- npm run check-dist-built

0 commit comments

Comments
 (0)