Skip to content

Commit

Permalink
docs: use node_js 8 in example travis.yml (#4107)
Browse files Browse the repository at this point in the history
This is the current node LTS release.
  • Loading branch information
nikolas2 authored and Timer committed Mar 5, 2018
1 parent e9abde7 commit b49762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ Popular CI servers already set the environment variable `CI` by default but you
```
language: node_js
node_js:
- 6
- 8
cache:
directories:
- node_modules
Expand Down

0 comments on commit b49762a

Please sign in to comment.