There was an error while loading. Please reload this page.
1 parent ce2349b commit bf22db0Copy full SHA for bf22db0
1 file changed
.github/workflows/build.yml
@@ -48,17 +48,17 @@ jobs:
48
run: make build-client
49
working-directory: go-client
50
51
+ - name: Setup pnpm
52
+ uses: pnpm/action-setup@v4
53
+ with:
54
+ version: 10
55
+
56
- name: Setup Node.js
57
uses: actions/setup-node@v4
58
with:
59
node-version: '20'
60
cache: 'pnpm'
61
- - name: Setup pnpm
- uses: pnpm/action-setup@v4
- with:
- version: 10
-
62
- name: Install system dependencies (Ubuntu)
63
if: matrix.os == 'ubuntu-latest'
64
run: |
0 commit comments