run tests on future versions and not only stable

This commit is contained in:
Ricardo Ambrogi
2020-01-27 11:21:52 +01:00
parent bac350abe5
commit ebd6c04702

View File

@@ -2,6 +2,10 @@ language: node_js
node_js:
- "10"
- stable
- "12"
- "13"
- "14"
- latest
cache: yarn
script:
- yarn run lint:fix