Skip to content

Commit bf22db0

Browse files
committed
perf: change action
1 parent ce2349b commit bf22db0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ jobs:
4848
run: make build-client
4949
working-directory: go-client
5050

51+
- name: Setup pnpm
52+
uses: pnpm/action-setup@v4
53+
with:
54+
version: 10
55+
5156
- name: Setup Node.js
5257
uses: actions/setup-node@v4
5358
with:
5459
node-version: '20'
5560
cache: 'pnpm'
5661

57-
- name: Setup pnpm
58-
uses: pnpm/action-setup@v4
59-
with:
60-
version: 10
61-
6262
- name: Install system dependencies (Ubuntu)
6363
if: matrix.os == 'ubuntu-latest'
6464
run: |

0 commit comments

Comments
 (0)