From 683fcbe700b78eef520c942ef4105f670cf9d642 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 7 May 2019 23:55:50 -0400 Subject: [PATCH] build: support Node.js 12.x --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21701846f..e078d6118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ node_js: - "9.11" - "10.15" - "11.15" + - "12.2" sudo: false cache: directories: diff --git a/README.md b/README.md index df6b349cf..24558f05c 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d - Connect `1.x` - node `0.4` - Connect `< 2.8` - node `0.6` - Connect `>= 2.8 < 3` - node `0.8` - - Connect `>= 3` - node `0.10`, `0.12`, `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x`, `10.x`, `11.x`; io.js `1.x`, `2.x`, `3.x` + - Connect `>= 3` - node `0.10`, `0.12`, `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x`, `10.x`, `11.x`, `12.x`; io.js `1.x`, `2.x`, `3.x` ## License