Skip to content

Commit

Permalink
update dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Sep 21, 2024
1 parent 9b38039 commit 7c9629a
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 106 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.9.0 \
&& nvm use 22.9.0 \
&& nvm alias default 22.9.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.9.0
Loading

0 comments on commit 7c9629a

Please sign in to comment.