Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
services:
- mongodb
- redis-server
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][]
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"xo": "^0.25.3"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10"
},
"homepage": "https://github.com/ladjs/lad",
"husky": {
Expand Down