From 3c1c17d47274f0abb4f06cb0c2b4e4d733464523 Mon Sep 17 00:00:00 2001 From: nodkz Date: Tue, 11 Feb 2020 00:35:23 +0600 Subject: [PATCH] ci: swap node v8 to v12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f164f2e..a9d55109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ notifications: email: true node_js: - "10" - - "8" + - "12" script: - yarn run test - yarn run build