Skip to content

Commit 51002d7

Browse files
authored
Merge pull request #267 from DavidVujic/lts-12-and-14-is-enough
chore: LTS 12 and 14 is enough for CI
2 parents 98e09a6 + 35617b4 commit 51002d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "10"
43
- "12"
54
- "14"
65
os:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#### v 4.8.1 (2021-02-18)
22
* fix: the `watch` param passed in to the exists (the promise based) function is a boolean. Pull request [266](https://github.com/yfinkelstein/node-zookeeper/pull/266) by @davidvujic
3+
* chore: Node.js LTS 12 and 14 is enough for running in a CI. Pull request [267](https://github.com/yfinkelstein/node-zookeeper/pull/267) by @davidvujic
34

45
#### v 4.8.0 (2021-01-31)
56
* feat: add support for TTL and Container nodes. Pull request [255](https://github.com/yfinkelstein/node-zookeeper/pull/255) by @dreusel

0 commit comments

Comments
 (0)