Skip to content

Commit

Permalink
Remove support for Node 8, add support for Node 14 in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masotime committed Apr 20, 2021
1 parent cc1f5ea commit 4757cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "node"
- "14"
- "12"
- "10"
- "8"
after_success: npm run coverage
install: npm install

0 comments on commit 4757cb1

Please sign in to comment.