Skip to content

Commit

Permalink
Adds protoc executable to action runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterSpaak committed Mar 14, 2024
1 parent 061b4e9 commit a7a057c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
node-version: "20.x"
cache: "npm"
cache-dependency-path: "./typescript/package-lock.json"
- uses: arduino/setup-protoc@v3
with:
version: "25.2"
- name: Build TypeScript artifacts
run: |
npm ci
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/node_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: "npm"
cache-dependency-path: "./typescript/package-lock.json"
- uses: arduino/setup-protoc@v3
with:
version: "25.2"
- name: Build and publish to NPM
run: |
npm ci
Expand Down

0 comments on commit a7a057c

Please sign in to comment.