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

Commit

Permalink
[ci] Run tests on nodejs 16 and not on nodejs 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Aug 3, 2022
1 parent 6fcc5ea commit f470dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "10"
- "12"
- "14"
- "16"

script:
- npm run lint-ci
Expand Down

0 comments on commit f470dc3

Please sign in to comment.