Skip to content

Commit

Permalink
fix: pin grpc-js (#464)
Browse files Browse the repository at this point in the history
* it has to be pinned because it will end up indirectly resolving latest
  which will not build
  • Loading branch information
george-e-shaw-iv authored Mar 29, 2024
1 parent e5e724c commit a554f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ go:
nodejs:
dependencies:
- name: "@grpc/grpc-js"
version: ^1.7.3
version: "1.7.3"
- name: "@grpc/proto-loader"
version: ^0.5.5
- name: "@getoutreach/grpc-client"
Expand Down

0 comments on commit a554f98

Please sign in to comment.