Skip to content

Commit

Permalink
Merge pull request #109 from CodingZeal/node-6.7
Browse files Browse the repository at this point in the history
Upgrade to node 6.7
  • Loading branch information
randycoulman authored Oct 3, 2016
2 parents 22c635f + 49ba969 commit e1a7767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
6.7.0
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
machine:
node:
version:
6.6.0
6.7.0
test:
override:
- npm run validate
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Randy Coulman <randy@codingzeal.com> (http://codingzeal.com)",
"license": "MIT",
"engines": {
"node": "6.6.0",
"node": "6.7.0",
"npm": "3.10.3"
},
"private": true,
Expand Down

0 comments on commit e1a7767

Please sign in to comment.