From 4f74086a7f54a81766db8cf978b4858c1aaccab8 Mon Sep 17 00:00:00 2001 From: Shaun Warman Date: Thu, 16 Jan 2020 15:54:50 -0600 Subject: [PATCH] deps: bump node supported versions --- .travis.yml | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6485a97..523d554c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - '8' - '10' + - '12' services: - mongodb - redis-server diff --git a/README.md b/README.md index d327d3ec..8094c866 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Please ensure your operating system has the following software installed: * [Git][] - see [GitHub's tutorial][github-git] for installation -* [Node.js][node] (v8.9.0+) - use [nvm][] to install it on any OS +* [Node.js][node] (v10+) - use [nvm][] to install it on any OS * After installing `nvm` you will need to run `nvm install node` * We also recommend you install [yarn][], which is an alternative to [npm][] @@ -437,7 +437,7 @@ Here are the simple steps required to setup [SemaphoreCI][] with [Codecov][]: > Replace `npm` with `yarn` if you're using [yarn][] as your package manager * Language: `JavaScript` - * Node.js version: `8.9.0+` (latest LTS) + * Node.js version: `10+` (latest LTS) > Note you can also add to `Setup` the script `nvm install latest` to install latest version if SemaphoreCI does not provide it from the drop-down * Setup: `npm install` * Job 1: `npm run test-coverage` diff --git a/package.json b/package.json index 1aab3245..7a4c71d6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "xo": "^0.25.3" }, "engines": { - "node": ">=8.9.0" + "node": ">=10" }, "homepage": "https://github.com/ladjs/lad", "husky": {