From efcc65858cae27582c53f7002ad0e18b809919c0 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sat, 26 Oct 2019 00:29:40 -0400 Subject: [PATCH] fix: require Node.js >=8.16 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b5fcd36..9f73ff1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js node_js: - 12 - 10 - - 8.3 + - 8.16 # Trigger a push build on master and greenkeeper branches + PRs build on every branches # Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147) diff --git a/package.json b/package.json index b15660f8..2f2d8dc9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "xo": "^0.25.0" }, "engines": { - "node": ">=8.3" + "node": ">=8.16" }, "files": [ "lib",