We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00f998 commit a389d4fCopy full SHA for a389d4f
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
28
- - uses: bufbuild/buf-setup-action@v1.31.0
+ - uses: bufbuild/buf-setup-action@v1.32.0
29
30
github_token: ${{ github.token }}
31
- run: npm ci
@@ -74,7 +74,7 @@ jobs:
74
- name: Install
75
run: npm ci
76
77
78
79
80
.github/workflows/release-please.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
submodules: recursive
- name: Setup Node
0 commit comments