Skip to content

Commit

Permalink
drop node 10 add 14
Browse files Browse the repository at this point in the history
  • Loading branch information
idok committed Aug 11, 2021
1 parent 655c97b commit efa1cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ sftp-config.json
/lib
.DS_Store
coverage
.nyc_output
.nyc_output
.eslintcache
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

node_js:
- 10
- 12
- 14

after_success:
- npm run coveralls

0 comments on commit efa1cc9

Please sign in to comment.