fix(Travis CI): use Node 14

This commit is contained in:
Julien Fontanet
2021-03-15 18:26:22 +01:00
parent 1c0ffe39f7
commit bdb59ea429

View File

@@ -1,6 +1,6 @@
language: node_js
node_js:
- 12
- 14
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/