From 3b5f5259af9c3a088a64bb7a188ec92d65e9eefc Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 5 Jun 2018 13:30:33 +0200 Subject: [PATCH] Explicitly mark Node.js LTS as lower bound for support --- .nvmrc | 2 +- .travis.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index ec635144..f599e28b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -9 +10 diff --git a/.travis.yml b/.travis.yml index 457a3f85..e5604815 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "6" - "8" - "9" + - "10" script: - npm run build - npm test diff --git a/README.md b/README.md index 702724ec..b19cf069 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The latest browser version of the benchmark is available at