There was an error while loading. Please reload this page.
1 parent 6813673 commit 4d39f7fCopy full SHA for 4d39f7f
1 file changed
.github/workflows/gen-node-proto.yml
@@ -47,8 +47,21 @@ jobs:
47
version: "25.1"
48
repo-token: ${{ secrets.GITHUB_TOKEN }}
49
50
- - name: Install prost generators
51
- run: cargo install protoc-gen-prost@0.3.1 protoc-gen-prost-serde@0.3.1
+ - uses: actions/checkout@v6
+ with:
52
+ submodules: recursive
53
+ - uses: pnpm/action-setup@v4
54
55
+ package_json_file: livekit-ffi-node-bindings/package.json
56
+
57
+ - name: Setup node
58
+ uses: actions/setup-node@v6
59
60
+ node-version: 24
61
+ cache: pnpm
62
+ cache-dependency-path: livekit-ffi-node-bindings/pnpm-lock.yaml
63
64
+ - run: pnpm install
65
66
- name: generate JS stubs
67
run: ./generate_proto.sh
0 commit comments