Skip to content

Commit

Permalink
feature: update node version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Oct 26, 2024
1 parent fc01612 commit f106dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \

# Install NodeJS
RUN bash -c ". .nvm/nvm.sh \
&& nvm install 22.8.0 \
&& nvm use 22.8.0 \
&& nvm alias default 22.8.0"
&& nvm install 22.10.0 \
&& nvm use 22.10.0 \
&& nvm alias default 22.10.0"

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.8.0
v22.10.0

0 comments on commit f106dcc

Please sign in to comment.