Skip to content

Commit

Permalink
Build: Add node 12/14 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 3, 2020
1 parent c9e9125 commit 79356a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: node_js
node_js:
- "14"
- "12"
- "10"
- "8"
- "6"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

install:
- npm install -g npm@^3
Expand Down

0 comments on commit 79356a4

Please sign in to comment.