Skip to content

Commit

Permalink
build(node): update deps used during postprocessing (#1243)
Browse files Browse the repository at this point in the history
Fixes #1008
  • Loading branch information
bcoe committed Oct 13, 2021
1 parent 0e85ed6 commit b0535a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/owlbot/nodejs/Dockerfile
Expand Up @@ -48,9 +48,9 @@ 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@2.12.0 typescript@3.9.9 \
chalk@4.0.0 escodegen@2.0.0 espree@7.1.0 estraverse@5.1.0 glob@7.1.6 jsdoc@3.6.3 \
minimist@1.2.0 semver@7.1.2 tmp@0.2.1 uglify-js@3.7.7
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@2.27.1 typescript@3.9.9 \
chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2

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

0 comments on commit b0535a7

Please sign in to comment.