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

View File

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