Skip to content

Commit

Permalink
Drop support for node.js 8, add 14, lint with 14 (semver-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent a7a2979 commit 1594a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,14 +1,14 @@
language: node_js
node_js:
- 8
- 10
- 12
- 14
- node

matrix:
include:
- name: Lint
node_js: 12
node_js: 14
script: npm run lint

script: npm run test:ci
Expand Down

0 comments on commit 1594a83

Please sign in to comment.