Skip to content

Commit 5224490

Browse files
committed
node version
1 parent 7612059 commit 5224490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- which nvm || curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
1414
- export NVM_DIR=~/.nvm
1515
- source ~/.nvm/nvm.sh --install
16-
- nvm install 4.0
16+
- nvm install 4.2.3
1717
- brew update
1818
- brew reinstall xctool
1919
- brew reinstall watchman

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There is a server that the app hits for data. The data is only stored in memory,
2020

2121
In the `server` directory
2222

23-
* Install nvm and node-4.0.0
23+
* Install nvm and node-4.2.3
2424
* Install dependencies: `npm install`
2525
* Run it: `npm start`
2626

0 commit comments

Comments
 (0)