Skip to content

Commit db005fa

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

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)