Skip to content

Commit

Permalink
Autofix: upgrade-nvm-tools (#19720)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
  • Loading branch information
autofix-bot and autofix-bot authored May 9, 2024
1 parent 37b1aa1 commit bfe5cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN install-packages netcat
USER gitpod

# Fix node version we develop against
ARG GITPOD_NODE_VERSION=18.18.2
ARG GITPOD_NODE_VERSION=18.20.2
RUN bash -c ". .nvm/nvm.sh \
&& nvm install $GITPOD_NODE_VERSION \
&& npm install -g typescript yarn"
Expand Down

0 comments on commit bfe5cd0

Please sign in to comment.