Skip to content

Commit

Permalink
Bump Node.js to 10.5
Browse files Browse the repository at this point in the history
Work around a bug from nodejs/node#20498
  • Loading branch information
Xanewok committed Mar 28, 2019
1 parent 3450639 commit 53b9b34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ os:
language: node_js

node_js:
- 10.2 # Lock to the version shipped with VSCode 1.31+
# - 10.2 # Lock to the version shipped with VSCode 1.31+
# ... except we need to work around https://github.com/nodejs/node/issues/20498
# and include the newer version which unbreaks our testing flow
- 10.5

services:
- xvfb # Required for VSCode extension tests
Expand Down

0 comments on commit 53b9b34

Please sign in to comment.