Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from LiskHQ/101-update-node-to-v8_14_0
Browse files Browse the repository at this point in the history
Update NodeJS to V8.14.0 - Closes #101
  • Loading branch information
MaciejBaj committed Dec 3, 2018
2 parents b3fdad0 + 3c31030 commit 0370ec2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12.0
8.14.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sudo apt-get install -y nodejs
* MacOS 10.12-10.13 (Sierra/High Sierra):

```
brew install node@8.12.0
brew install node@8.14.0
```

#### Check correct version
Expand All @@ -131,7 +131,7 @@ su - lisk
3. Install the correct version of Node.js using nvm:

```
nvm install 8.12.0
nvm install 8.14.0
```

For the following steps, logout from the 'lisk' user again with `CTRL+D`, and continue with your user with sudo rights.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/LiskHQ/lisk/issues"
},
"engines": {
"node": "8.12.0",
"node": "8.14.0",
"npm": "6.4.1"
},
"main": "app.js",
Expand Down

0 comments on commit 0370ec2

Please sign in to comment.