mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
lock yarn dependency
This commit is contained in:
parent
4e61528ad5
commit
5d6075b475
4 changed files with 16 additions and 5 deletions
|
|
@ -27,9 +27,10 @@ RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION &&
|
|||
ARG PHANTOMJS_VERSION
|
||||
RUN if [ -n "$PHANTOMJS_VERSION" ] ; then /scripts/install-phantomjs $PHANTOMJS_VERSION; fi
|
||||
|
||||
# NodeJS
|
||||
# NodeJS and Yarn
|
||||
ARG NODE_VERSION
|
||||
RUN if [ -n "$NODE_VERSION" ] ; then /scripts/install-node $NODE_VERSION && node --version; fi
|
||||
ARG YARN_VERSION
|
||||
RUN if [ -n "$NODE_VERSION" ] ; then /scripts/install-node $NODE_VERSION $YARN_VERSION && node --version && yarn --version; fi
|
||||
|
||||
# Golang
|
||||
ARG GOLANG_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue