diff --git a/.github/workflows/release-protobufs.yml b/.github/workflows/release-protobufs.yml index b1ee9224..4b86697e 100644 --- a/.github/workflows/release-protobufs.yml +++ b/.github/workflows/release-protobufs.yml @@ -68,6 +68,11 @@ jobs: with: github_token: ${{ github.token }} + - name: Setup pnpm + uses: pnpm/action-setup@v4 + with: + version: latest + - name: Generate code run: pnpm --filter @meshtastic/protobufs build