Skip to content

Commit

Permalink
explicitly bind grpc-js for fabric 2.4 connector (#1344)
Browse files Browse the repository at this point in the history
Signed-off-by: fraVlaca <[email protected]>
  • Loading branch information
fraVlaca authored May 17, 2022
1 parent 4bbb40c commit 671ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/caliper-cli/lib/lib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sut:
packages: ['[email protected]']
2.2: *fabric-v2-lts
2.4:
packages: ['@hyperledger/[email protected]']
packages: ['@hyperledger/[email protected]', '@grpc/[email protected]']
latest: *fabric-v1-lts
latest-v2-lts: *fabric-v2-lts
latest-v2: *fabric-v2-lts
Expand Down

0 comments on commit 671ca2f

Please sign in to comment.