Skip to content

Commit

Permalink
- Travis: Drop end-of-lifed Node 6 and 8, and add Node 12 and 14
Browse files Browse the repository at this point in the history
- npm: Update lint-staged per update (advanced configs removed and git add handled automatically)
- npm: Update devDeps. (all available except eslint (since some plugins still not ready) and prettier (since style changes still under discussion))
  • Loading branch information
brettz9 committed May 19, 2020
1 parent f9a9ee0 commit 7e29126
Show file tree
Hide file tree
Showing 3 changed files with 4,507 additions and 3,202 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 6
- 8
- 10
- 12
- 14
cache:
directories:
- '$HOME/.npm'
Expand Down

0 comments on commit 7e29126

Please sign in to comment.