There was an error while loading. Please reload this page.
1 parent 62e8569 commit 44ac448Copy full SHA for 44ac448
1 file changed
.github/workflows/build.yml
@@ -85,10 +85,17 @@ jobs:
85
run: make install
86
working-directory: go-client
87
88
+ - uses: pnpm/action-setup@v4
89
+ name: Install pnpm
90
+ with:
91
+ version: 10
92
+ run_install: false
93
+
94
- name: Setup Node.js
95
uses: actions/setup-node@v4
96
with:
97
node-version: "23"
98
+ cache: 'pnpm'
99
100
- name: Install Rust stable
101
uses: dtolnay/rust-toolchain@stable
0 commit comments