Skip to content

Commit 79356a4

Browse files
committed
Build: Add node 12/14 to matrix
1 parent c9e9125 commit 79356a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "14"
5+
- "12"
46
- "10"
57
- "8"
68
- "6"

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ environment:
1010
- nodejs_version: "6"
1111
- nodejs_version: "8"
1212
- nodejs_version: "10"
13+
- nodejs_version: "12"
14+
- nodejs_version: "14"
1315

1416
install:
1517
- npm install -g npm@^3

0 commit comments

Comments
 (0)