Skip to content

Commit c73d112

Browse files
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 [email protected] google-gax@3.2.1 [email protected]
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@3.3.0 [email protected]
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 [email protected] google-gax@3.2.1 [email protected]
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] google-gax@3.3.0 [email protected]
5151

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

0 commit comments

Comments
 (0)