Skip to content

Commit 1f91f04

Browse files
committed
build: support Node.js 12.x
1 parent 0856563 commit 1f91f04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node_js:
1414
- "9.11"
1515
- "10.15"
1616
- "11.15"
17+
- "12.1"
1718
sudo: false
1819
cache:
1920
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
- nodejs_version: "9.11"
1515
- nodejs_version: "10.15"
1616
- nodejs_version: "11.15"
17+
- nodejs_version: "12.1"
1718
cache:
1819
- node_modules
1920
install:

0 commit comments

Comments
 (0)