Skip to content

Commit 55ec07e

Browse files
committed
Autofix: upgrade-nvm-tools
1 parent a2227ff commit 55ec07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ RUN useradd -m -s /bin/bash gitpod && \
326326
# 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)
327327
ENV GRADLE_USER_HOME=/workspace/.gradle/
328328

329-
ENV NODE_VERSION=22.17.0
329+
ENV NODE_VERSION=22.20.0
330330

331331
ENV PNPM_HOME=/root/.pnpm
332332
ENV PATH=/root/.nvm/versions/node/v${NODE_VERSION}/bin:/root/.yarn/bin:${PNPM_HOME}:$PATH

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN install-packages netcat
124124
USER gitpod
125125

126126
# Fix node version we develop against
127-
ARG GITPOD_NODE_VERSION=22.17.0
127+
ARG GITPOD_NODE_VERSION=22.20.0
128128
RUN bash -c ". .nvm/nvm.sh \
129129
&& nvm install $GITPOD_NODE_VERSION \
130130
&& npm install -g typescript yarn @anthropic-ai/claude-code"

0 commit comments

Comments
 (0)