Skip to content

Commit

Permalink
Lock travis to not use node v15 (#3361)
Browse files Browse the repository at this point in the history
I have made this change due to current builds failing. We should not be testing in node v15 as you can see on this graph https://nodejs.org/en/about/releases/ 10 till 14 should be fine till 2023 and v15 is not LTS so should be excluded for now.
  • Loading branch information
jasonsaayman committed Oct 23, 2020
1 parent 3a8b87d commit fbdc150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: node_js
node_js:
- 10
- 12
- node
- 14
email:
on_failure: change
on_success: never
Expand Down

0 comments on commit fbdc150

Please sign in to comment.