Skip to content

Commit 683fcbe

Browse files
committed
build: support Node.js 12.x
1 parent 8f53557 commit 683fcbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ node_js:
1313
- "9.11"
1414
- "10.15"
1515
- "11.15"
16+
- "12.2"
1617
sudo: false
1718
cache:
1819
directories:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
276276
- Connect `1.x` - node `0.4`
277277
- Connect `< 2.8` - node `0.6`
278278
- Connect `>= 2.8 < 3` - node `0.8`
279-
- 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`
279+
- 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`
280280

281281
## License
282282

0 commit comments

Comments
 (0)