Skip to content

Commit 7c7b928

Browse files
committed
ci: invoke binding builder cli in ci
1 parent 88e6287 commit 7c7b928

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/pnpm/install-binding-dependencies

1 file changed

+1
-1
lines changed

.github/actions/pnpm/install-binding-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
shell: bash
3232
run: |
3333
cd ./crates/node_binding
34-
pnpm install --ignore-workspace --no-lockfile
34+
pnpm install --forzen-lockfile
3535
cd ../../
3636
3737
- name: Save pnpm cache

0 commit comments

Comments
 (0)