Skip to content

Commit

Permalink
Autofix: upgrade-nvm-tools (#20186)
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 Sep 25, 2024
1 parent 1accbd9 commit c83c8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ RUN curl -fsSL "https://get.sdkman.io" | bash \
# above, we are adding the sdkman init to .bashrc (executing sdkman-init.sh does that), because one is executed on interactive shells, the other for non-interactive shells (e.g. plugin-host)
ENV GRADLE_USER_HOME=/workspace/.gradle/

ENV NODE_VERSION=18.18.2
ENV NODE_VERSION=18.20.4

ENV PNPM_HOME=/root/.pnpm
ENV PATH=/root/.nvm/versions/node/v${NODE_VERSION}/bin:/root/.yarn/bin:${PNPM_HOME}:$PATH
Expand Down
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.20.2
ARG GITPOD_NODE_VERSION=18.20.4
RUN bash -c ". .nvm/nvm.sh \
&& nvm install $GITPOD_NODE_VERSION \
&& npm install -g typescript yarn"
Expand Down

0 comments on commit c83c8e3

Please sign in to comment.