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

Commit 5024163

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 f5cb2fe commit 5024163

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
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)