From 4eade9bd95bd894be152899753108722b67aeceb Mon Sep 17 00:00:00 2001 From: hffariel <527305622@qq.com> Date: Fri, 22 May 2020 09:14:35 +0800 Subject: [PATCH] [website] Upgrade node version in travis (#3653) Upgrade node version to 14 to speed up the Vuepress building process. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4e6bf3688..87c49605eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ language: node_js # nodejs版本 node_js: - - '8' + - '14' # Travis-CI Caching cache: