Skip to content

Commit

Permalink
Merge pull request #137 from curbengh/node-14
Browse files Browse the repository at this point in the history
ci: add Node 14
  • Loading branch information
curbengh authored Jun 28, 2020
2 parents d13af17 + 6ff5c87 commit ee2805b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cache:
node_js:
- "10"
- "12"
- "14"

script:
- npm run eslint
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"

matrix:
fast_finish: true
Expand Down

0 comments on commit ee2805b

Please sign in to comment.