install yarn deps
This commit is contained in:
parent
17cba6f4bc
commit
ab4d8cd4f4
|
@ -25,6 +25,9 @@ jobs:
|
||||||
|
|
||||||
- name: Early Build
|
- name: Early Build
|
||||||
run: cargo build --workspace --tests
|
run: cargo build --workspace --tests
|
||||||
|
|
||||||
|
- name: Install node deps
|
||||||
|
run: yarn
|
||||||
|
|
||||||
- name: Setup validator
|
- name: Setup validator
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue