chore: fix yarn call in gh action (#253)

This commit is contained in:
Nolan Lawson 2022-02-08 07:41:52 -08:00 committed by GitHub
parent 94de32eff3
commit d49dff502f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
node-version: '16'
cache: 'yarn'
- run: sudo apt-get install fonts-noto-color-emoji
- run: yarn --immutable
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn benchmark:bundlesize
- run: yarn cover
- run: yarn test:leak
- run: yarn test:leak