mirror of https://github.com/waku-org/js-waku.git
parent
6558ac60bb
commit
f6bec18638
|
@ -19,6 +19,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
buf-version: '0.39.1'
|
buf-version: '0.39.1'
|
||||||
|
|
||||||
|
- name: Install Protoc
|
||||||
|
uses: arduino/setup-protoc@v1
|
||||||
|
with:
|
||||||
|
version: '3.x'
|
||||||
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue