From cc6d4cb2de338017465acd94bfb6aca071507c78 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski Date: Tue, 4 Feb 2020 14:31:32 -0500 Subject: [PATCH] =?UTF-8?q?refactor:=20update=20node=20version=20on=20Trav?= =?UTF-8?q?is=20(10=20=E2=86=92=2012)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c63a47e..1eb2703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: 10 +node_js: 12 script: - yarn lint