Skip to content

Commit 62b3388

Browse files
authored
Do not test newer Node.js than v13.8.0
They are very buggy and need fixing
1 parent f726390 commit 62b3388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '13'
3+
- '13.8.0'
44
- '12'
55
- '10'
66
after_success:

0 commit comments

Comments
 (0)