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