File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4646
4747# Install dependencies used for post processing:
4848# * gts/typescript are used for linting.
49- # * google-gax is used for compiling protos.
50- RUN cd /synthtool && mkdir node_modules && npm i gts@3.1 .0 google-gax@3.5.2 \
51- typescript@4.7.4 @google-cloud/typeless-sample-bot@1.1.0
49+ # * google-gax and gapic-tools are used for compiling protos.
50+ RUN cd /synthtool && mkdir node_modules && npm i gts@5.0 .0 google-gax@4.0.3 \
51+ typescript@5.1.6 @google-cloud/typeless-sample-bot@1.3.3 gapic-tools@0.1.8
5252
5353ENTRYPOINT [ "/bin/bash" ]
5454CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4949
5050# Install dependencies used for post processing:
5151# * gts/typescript are used for linting.
52- # * gapic-tools is used for compiling protos.
53- RUN cd /synthtool && mkdir node_modules && npm i gts@5.0.0 gapic-tools@0.1.8 \
54- typescript@5.1.6 @google-cloud/typeless-sample-bot@1.1.0
52+ # * google-gax and gapic-tools are used for compiling protos.
53+ RUN cd /synthtool && mkdir node_modules && npm i gts@5.0.0 google-gax@4.0.3 \
54+ typescript@5.1.6 @google-cloud/typeless-sample-bot@1.3.3 gapic-tools@0.1.8
5555
5656ENTRYPOINT [ "/bin/bash" , "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments