Skip to content

Commit fbdc150

Browse files
authored
Lock travis to not use node v15 (#3361)
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.
1 parent 3a8b87d commit fbdc150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: node_js
44
node_js:
55
- 10
66
- 12
7-
- node
7+
- 14
88
email:
99
on_failure: change
1010
on_success: never

0 commit comments

Comments
 (0)