Skip to content

Commit

Permalink
Update official supported NodeJS version to LTS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dietergeerts committed Jun 28, 2020
1 parent 90c3cc6 commit 278f023
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ cache:
notifications:
email: false
node_js:
- '8'
- '7'
- '14'
- '12'
- '10'
before_script:
- greenkeeper-lockfile-update
- npm prune
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ npm:
npm install standard-readme-preset
```

### Dependencies

- [NodeJS](https://nodejs.org/). _Check "engines" field in
"[package.json](./package.json)" for official supported versions_

## Usage

You probably want to use it on the CLI through a config file:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
52.5006656,
13.4193688
],
"engines": {
"node": "^10 || ^12 || ^14"
},
"dependencies": {
"github-slugger": "^1.2.0",
"mdast-util-to-string": "^1.0.4",
Expand Down

0 comments on commit 278f023

Please sign in to comment.