Skip to content

Commit 7e29126

Browse files
committed
- Travis: Drop end-of-lifed Node 6 and 8, and add Node 12 and 14
- 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))
1 parent f9a9ee0 commit 7e29126

File tree

3 files changed

+4507
-3202
lines changed

3 files changed

+4507
-3202
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- 6
4-
- 8
53
- 10
4+
- 12
5+
- 14
66
cache:
77
directories:
88
- '$HOME/.npm'

0 commit comments

Comments
 (0)