Skip to content

Commit

Permalink
docs: move to the new LTS accross all projects (#350)
Browse files Browse the repository at this point in the history
* docs: move to the new LTS accross all projects

* docs: apply review from vmx

* docs: apply review
  • Loading branch information
daviddias authored Oct 31, 2018
1 parent c345b11 commit 036e650
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CONTRIBUTING_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,16 @@ Always run tests before pushing and PR'ing your code.

#### Supported Versions

IPFS projects support both the Current and Active LTS versions of Node.js. Please see [nodejs.org](https://nodejs.org/) for what these currently are.
The IPFS JavaScript projects work with the most recent LTS of Node.js and respective npm version that gets installed with Node.js. Please consult [nodejs.org](https://nodejs.org/) for LTS timeline. Today these are:

Browser code may be transpiled using Babel to take advantage of the latest JavaScript features.
```
» date -u +"%Y-%m-%dT%H:%M:%SZ"
2018-10-31T09:06:36Z
» node -v
v10.13.0
» npm -v
6.4.1
```

#### Linting & Code Style

Expand Down

0 comments on commit 036e650

Please sign in to comment.