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

Commit 060ad96

Browse files
[ci] update Node version for Travis build (#319)
Should fix issues with failing CI checks on updated packages. /cc @samal-rasmussen
1 parent 774e19c commit 060ad96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "8"
5-
- "9"
6-
- "10"
4+
- 12
5+
- 14
76
services:
87
- mongodb
98
cache:

0 commit comments

Comments
 (0)