Use yarn for benchmarks CI

This commit is contained in:
Fedor Indutny 2021-08-31 13:59:24 -07:00 committed by GitHub
parent a85dd1be36
commit b71e4875e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Install Mock-Server node_modules
run: npm ci
run: yarn install --frozen-lockfile
working-directory: Mock-Server
- name: Build typescript