mirror of https://github.com/waku-org/js-waku.git
Merge pull request #329 from status-im/setup-buf
ci: Upgrade bufbuild to 0.56.0
This commit is contained in:
commit
2d80d656af
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
env:
|
env:
|
||||||
BUF_VERSION: '0.41.0'
|
BUF_VERSION: '0.56.0'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [14]
|
node: [14]
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
|
||||||
# This would have been done part of npm pretest but it gives better
|
# This would have been done part of npm pretest, but it gives better
|
||||||
# visibility in the CI if done as a separate step
|
# visibility in the CI if done as a separate step
|
||||||
- name: Build wakunode2
|
- name: Build wakunode2
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
uses: mu-io/setup-buf@v2beta
|
uses: mathematic-inc/setup-buf@v2beta
|
||||||
with:
|
with:
|
||||||
buf-version: ${{ env.BUF_VERSION }}
|
buf-version: ${{ env.BUF_VERSION }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue