[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: do not import the whole google-gax from proto JS (#1553)
Browse files Browse the repository at this point in the history
fix: use google-gax v3.3.0
  • Loading branch information
alexander-fenster committed Aug 26, 2022
1 parent 87ab1ca commit c73d112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/owlbot/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.3.0 typescript@4.7.4

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
2 changes: 1 addition & 1 deletion docker/owlbot/nodejs_mono_repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.3.0 typescript@4.7.4

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 comments on commit c73d112

Please sign in to comment.