Skip to content

Commit 44ac448

Browse files
committed
perf: add pnpm
1 parent 62e8569 commit 44ac448

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,17 @@ jobs:
8585
run: make install
8686
working-directory: go-client
8787

88+
- uses: pnpm/action-setup@v4
89+
name: Install pnpm
90+
with:
91+
version: 10
92+
run_install: false
93+
8894
- name: Setup Node.js
8995
uses: actions/setup-node@v4
9096
with:
9197
node-version: "23"
98+
cache: 'pnpm'
9299

93100
- name: Install Rust stable
94101
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)