File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
5252ENTRYPOINT [ "/bin/bash" ]
5353CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
Original file line number Diff line number Diff 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
5252ENTRYPOINT [ "/bin/bash" ]
5353CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments