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

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