Skip to content

Commit

Permalink
updated supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Jan 24, 2020
1 parent f4628d1 commit 7d0b5d3
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 @@ -3,8 +3,8 @@ os:
- linux
- osx
node_js:
- "8"
- "10"
- "12"
- "13"
after_script:
- npm run coverage
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Test against this version of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"

# Install scripts. (Runs after repo cloning.)
install:
Expand Down

0 comments on commit 7d0b5d3

Please sign in to comment.