Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autofix: upgrade-nvm-tools #8112

Merged
merged 1 commit into from
Feb 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Autofix: upgrade-nvm-tools
  • Loading branch information
autofix-bot committed Feb 9, 2022
commit b46cd7d8fcb700be2dc8b832e249f73405e9f129
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ USER root

ARG CODE_COMMIT

ARG NODE_VERSION=14.18.2
ARG NODE_VERSION=14.19.0
ARG NVM_DIR="/root/.nvm"
RUN mkdir -p $NVM_DIR \
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ RUN install-packages netcat
USER gitpod

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