1. update yarn.lock to public registry

2. update ci workflow to use yarn.
This commit is contained in:
yinshenwen 2021-09-17 16:46:10 +08:00 committed by Sczlog
parent e8d49d94d4
commit e6d3b08597
2 changed files with 2959 additions and 3889 deletions

View File

@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "12"
- name: run test
run: npm install
- name: install dependencies
run: yarn install
- name: run test
run: yarn run test:ci
- name: run build

6844
yarn.lock

File diff suppressed because it is too large Load Diff