Skip to content

Commit

Permalink
Test: Add nodejs v11-v14 into ci test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Sep 21, 2020
1 parent 72270af commit 063e534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: false
language: node_js

node_js:
- '14'
- '13'
- '12'
- '11'
- '10'
- '9'
- '8'
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
environment:
matrix:
# node.js
- nodejs_version: "14"
- nodejs_version: "13"
- nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
Expand Down

0 comments on commit 063e534

Please sign in to comment.