Skip to content

Commit

Permalink
refactor: Make sure Node versions are consistent. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill authored Dec 9, 2017
1 parent 40735aa commit 338779f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
language: node_js
node_js:
- 'node'
- 'lts/argon'
- '8'
- '4.8'
4 changes: 2 additions & 2 deletions generators/app/templates/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: false
dist: trusty
language: node_js
node_js:
- 'node'
- 'lts/argon'
- '8'
- '4.8'
before_script:

# Check if the current version is equal to the major version for the env.
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We welcome contributions from everyone!
<% } -%>
## Getting Started

Make sure you have NodeJS 0.10 or higher and npm installed.
Make sure you have Node.js 4.8 or higher and npm installed.

<% if (!isPrivate) { -%>
1. Fork this repository and clone your fork
Expand Down

0 comments on commit 338779f

Please sign in to comment.