Skip to content

Commit

Permalink
Support Node.js 12 and drop support for earlier LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaubert committed May 13, 2020
1 parent 1bd817f commit 89b9427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ language: node_js
sudo: false
services: redis-server
node_js:
- "8"
- "10"
- "12"
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 0.8.0 (2020-mm-dd)

### Breaking changes
- Drop support for Node.js < 12
- Use promises

### Changed
- Add support for Node.js 12
- ES2020 style
- removing hiredis and using node-redis
- removing makefile and use npm scripts
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"test:dev": "mocha --recursive --watch test"
},
"engine": {
"node": ">= 0.6"
"node": "^12.16.3",
"npm": "^6.14.4"
}
}

0 comments on commit 89b9427

Please sign in to comment.