From faaaec80b22113b9063f19360a952b86cfd3e2e3 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 24 Jan 2020 16:35:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=20yarn=20=E5=92=8C=20?= =?UTF-8?q?node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d0ea18c48..9abf25d610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js sudo: false dist: trusty node_js: -- 10.9.0 +- 10.13.0 addons: apt: sources: @@ -20,7 +20,7 @@ cache: - "./.chrome/chromium" - "./aio/node_modules" before_install: -- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0 +- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 - export PATH="$HOME/.yarn/bin:$PATH" - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & script: