Skip to content

Commit

Permalink
chore(build): Lock down node version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 26, 2016
1 parent bb73105 commit ee8388c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
notifications:
email: false
node_js:
- '4'
- '4.3.2'
- '0.12'
- '0.10'
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "4",
"node": "4.3.2",
"verbose": true
}
},
Expand Down

0 comments on commit ee8388c

Please sign in to comment.