From 44ed3b72d25efc5384bfe9c0e6d6654643116076 Mon Sep 17 00:00:00 2001 From: long-nt-tran Date: Tue, 19 May 2026 15:40:55 -0400 Subject: [PATCH] Add pnpm to api -> api-go sync Github Actions runner --- .github/workflows/update-proto.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/update-proto.yml b/.github/workflows/update-proto.yml index 80958e8c..46b59ebe 100644 --- a/.github/workflows/update-proto.yml +++ b/.github/workflows/update-proto.yml @@ -51,6 +51,19 @@ jobs: with: version: "3.x" + # Needed for pnpm + - uses: actions/setup-node@v4 + with: + node-version: '22' + + # For nexus-rpc-gen-install + - uses: pnpm/action-setup@v4 + with: + version: latest + + # Add pnpm directory to PATH for runner + - run: echo "$PNPM_HOME/bin" >> $GITHUB_PATH + - name: Re-build proto run: | make install update-proto test