Skip to content

Commit

Permalink
Bump node and yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zherman0 committed Jan 6, 2021
1 parent a8da4af commit bf57e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.builder
Expand Up @@ -17,8 +17,8 @@ RUN go get -u golang.org/x/lint/golint
RUN go get github.com/jstemmer/go-junit-report

### Install NodeJS and yarn
ENV NODE_VERSION="v10.17.0"
ENV YARN_VERSION="v1.7.0"
ENV NODE_VERSION="v14.15.0"
ENV YARN_VERSION="v1.22.10"

# yarn needs a home writable by any user running the container
ENV HOME /opt/home
Expand Down

0 comments on commit bf57e45

Please sign in to comment.