fix(Travis CI): use Node 12 (#5147)

This commit is contained in:
Julien Fontanet 2020-07-09 15:51:22 +02:00 committed by GitHub
parent d387227cef
commit cd70d3ea46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
language: node_js language: node_js
node_js: node_js:
#- stable # disable for now due to an issue of indirect dep upath with Node 9 - 12
- 8
# Use containers. # Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/ # http://docs.travis-ci.com/user/workers/container-based-infrastructure/