Switch to Yarn (#218)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-06-10 21:08:02 +00:00 committed by GitHub
parent 56a17acc58
commit de0090dcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5506 additions and 8867 deletions

View file

@ -30,10 +30,10 @@ jobs:
run: git fetch --prune --unshallow
-
name: Install
run: npm install
run: yarn install
-
name: Test
run: npm run test
run: yarn run test
-
name: Upload coverage
uses: codecov/codecov-action@v1