From 64264589c2548d2b42afa562fa22c89a984d7177 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Thu, 5 Dec 2019 11:40:25 -0500 Subject: [PATCH] feat: require Node.js >=10.13 BREAKING CHANGE: Require Node.js >= 10.13 --- .travis.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d8003da..f0e66956 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ services: node_js: - 12 - - 10 - - 8.16 # minimal supported node version + - 10.13 # Trigger a push build on release 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 96ab0e7d..084f71e8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "xo": "^0.25.0" }, "engines": { - "node": ">=8.16" + "node": ">=10.13" }, "files": [ "lib",