Skip to content

Commit

Permalink
remove deprecated node versions 10-11
Browse files Browse the repository at this point in the history
Latest mocha will not run on 10 and 11.
  • Loading branch information
jeffbski committed Dec 16, 2022
1 parent 7edbd94 commit 7e7ff32
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 @@
dist: jammy
language: node_js
node_js:
- '10'
- '11'
- '12'
- '14'
- '16'
Expand Down

0 comments on commit 7e7ff32

Please sign in to comment.