Skip to content

Commit

Permalink
Use node 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 11, 2016
1 parent d326586 commit 2552857
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.0.0
v7.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "7.0"
- "7.2"

before_install:
# Repo for Yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "What was the first pull request you sent on GitHub?",
"main": "gulpfile.js",
"engines": {
"node": "7.0.0"
"node": "7.2"
},
"scripts": {
"build": "gulp build",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,8 @@ node-gyp@^3.2.1, node-gyp@^3.3.1:
which "1"

node-sass@^3.4.2:
version "3.13.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-3.13.0.tgz#d08b95bdebf40941571bd2c16a9334b980f8924f"
version "3.13.1"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-3.13.1.tgz#7240fbbff2396304b4223527ed3020589c004fc2"
dependencies:
async-foreach "^0.1.3"
chalk "^1.1.1"
Expand Down

0 comments on commit 2552857

Please sign in to comment.