travis: use nodejs 13

previous versions require the --experimental-modules flag
This commit is contained in:
2019-11-26 04:34:39 +01:00
parent 01af8846c0
commit 788475a1ea

View File

@@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '11.14' - '13'
install: install:
- npm install - npm install
script: script: