Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit afc5724

Browse files
Dmitry NikulinAlan Shaw
Dmitry Nikulin
authored and
Alan Shaw
committed
chore: set minimal node version to 8 (#847)
1 parent 118a965 commit afc5724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This module uses node.js, and can be installed through npm:
5454
npm install --save ipfs-api
5555
```
5656

57-
**Note:** ipfs-api requires Node.js v6 (LTS) or higher.
57+
We support both the Current and Active LTS versions of Node.js. Please see [nodejs.org](https://nodejs.org/) for what these currently are.
5858

5959
### Running the daemon with the right port
6060

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tar-stream": "^1.6.1"
6565
},
6666
"engines": {
67-
"node": ">=6.0.0",
67+
"node": ">=8.0.0",
6868
"npm": ">=3.0.0"
6969
},
7070
"repository": {

0 commit comments

Comments
 (0)