Skip to content

Commit

Permalink
npm: upgrade yargs, jest and eslint, drop Node 6 support (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Sep 21, 2020
1 parent 7f1bd27 commit 81aa338
Show file tree
Hide file tree
Showing 4 changed files with 3,218 additions and 1,909 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
- 12
- 10
- 8
- 6
script:
- npm test
- npm run lint
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -4,7 +4,6 @@ environment:
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit 81aa338

Please sign in to comment.