fix: 升级 yarn 和 node
This commit is contained in:
parent
8663fa04a8
commit
faaaec80b2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user