travis: use nodejs 13
previous versions require the --experimental-modules flag
This commit is contained in:
parent
01af8846c0
commit
788475a1ea
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user