Skip to content

Commit

Permalink
Remove deprecated v10
Browse files Browse the repository at this point in the history
Node.js official is no longer support v10.
https://nodejs.org/en/about/releases/
  • Loading branch information
tngan committed Nov 7, 2021
1 parent b422c21 commit 9a56afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "10"
- "12"
- "14"
- "16"
Expand All @@ -27,4 +26,4 @@ branches:
- /^.*-rc.*$/
- /^feature\/.*$/

after_success: npm run coverage
after_success: npm run coverage

0 comments on commit 9a56afd

Please sign in to comment.