Skip to content

Commit c73d112

Browse files
authoredAug 26, 2022
fix: do not import the whole google-gax from proto JS (#1553)
fix: use google-gax v3.3.0
1 parent 87ab1ca commit c73d112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/owlbot/nodejs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
50+
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.3.0 typescript@4.7.4
5151

5252
ENTRYPOINT [ "/bin/bash" ]
5353
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

‎docker/owlbot/nodejs_mono_repo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
50+
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.3.0 typescript@4.7.4
5151

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

0 commit comments

Comments
 (0)