Skip to content

Commit

Permalink
update travis and appveyor version of node to 12 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jun 3, 2020
1 parent 86465a8 commit 5bfb982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language:
- java

node_js:
- "8"
- "12"

# exclusive
branches:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
nodejs_version: "12"

branches:
only:
Expand Down

0 comments on commit 5bfb982

Please sign in to comment.