Use yarn for benchmarks CI
This commit is contained in:
parent
a85dd1be36
commit
b71e4875e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue