Skip to content

Commit

Permalink
Explicitly mark Node.js LTS as lower bound for support
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 5, 2018
1 parent 0744566 commit 3b5f525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"
script:
- npm run build
- npm test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The latest browser version of the benchmark is available at <https://v8.github.i

## Support

To see the supported Node.js versions of the current version of the Web Tooling Benchmark, see [the `node_js` section of our CI configuration](https://github.com/v8/web-tooling-benchmark/blob/master/.travis.yml).
The Web Tooling Benchmark supports the latest [active LTS](https://github.com/nodejs/Release#release-schedule) version of Node.js. To see the supported Node.js versions of the current version of the benchmark, see [the `node_js` section of our CI configuration](https://github.com/v8/web-tooling-benchmark/blob/master/.travis.yml).

## Building

Expand Down

0 comments on commit 3b5f525

Please sign in to comment.