Skip to content

Commit

Permalink
ci: don't run tests on node 8 but run on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Turtiainen authored and tomi committed Mar 6, 2021
1 parent b92d2e9 commit 3ef8cf0
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
Expand Up @@ -28,7 +28,7 @@ jobs:
node_js: "10"

- <<: *test
node_js: "8"
node_js: "14"

- stage: coverage
script: npm run report-coverage
Expand Down

0 comments on commit 3ef8cf0

Please sign in to comment.