From 482543938a01f40ff019e2c9be8ffef4dfbf23cd Mon Sep 17 00:00:00 2001 From: davidvujic Date: Thu, 18 Feb 2021 19:57:17 +0100 Subject: [PATCH 1/2] chore: LTS 12 and 14 is enough for CI --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d44b6fa..a6f6c15b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "10" - "12" - "14" os: From 35617b41ce5676f5b7dbe371d78de9ac1f7613fd Mon Sep 17 00:00:00 2001 From: davidvujic Date: Thu, 18 Feb 2021 19:59:36 +0100 Subject: [PATCH 2/2] Changelog for LTS PR --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da27b230..ac4606b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ #### v 4.8.1 (2021-02-18) * 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 +* 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 #### v 4.8.0 (2021-01-31) * feat: add support for TTL and Container nodes. Pull request [255](https://github.com/yfinkelstein/node-zookeeper/pull/255) by @dreusel