Skip to content

Commit 4d39f7f

Browse files
committed
fix node deps
1 parent 6813673 commit 4d39f7f

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/gen-node-proto.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,21 @@ jobs:
4747
version: "25.1"
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949

50-
- name: Install prost generators
51-
run: cargo install protoc-gen-prost@0.3.1 protoc-gen-prost-serde@0.3.1
50+
- uses: actions/checkout@v6
51+
with:
52+
submodules: recursive
53+
- uses: pnpm/action-setup@v4
54+
with:
55+
package_json_file: livekit-ffi-node-bindings/package.json
56+
57+
- name: Setup node
58+
uses: actions/setup-node@v6
59+
with:
60+
node-version: 24
61+
cache: pnpm
62+
cache-dependency-path: livekit-ffi-node-bindings/pnpm-lock.yaml
63+
64+
- run: pnpm install
5265

5366
- name: generate JS stubs
5467
run: ./generate_proto.sh

0 commit comments

Comments
 (0)