From 312fce66767ce4f00a77109bed25cfcb3653b434 Mon Sep 17 00:00:00 2001 From: 3fuyu Date: Mon, 1 Oct 2018 14:13:48 +0800 Subject: [PATCH] fix(ci): fix ci node version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 766c0b21..189b68ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required dist: trusty language: node_js node_js: - - '8.10.2' + - '8.10' env: - TASK=pre-release