Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Run tests on latest and LTS versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ristea authored and alippai committed Sep 24, 2020
1 parent 319dc52 commit b86f36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '10'
- '11'
- '12'
- '14'
script:
npm test

0 comments on commit b86f36f

Please sign in to comment.