Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Jun 9, 2024
1 parent 57fd7d8 commit 321f80d
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 978 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM gitpod/workspace-full-vnc

# Install NodeJS
RUN bash -c ". .nvm/nvm.sh \
&& nvm install 20.12.2 \
&& nvm use 20.12.2 \
&& nvm alias default 20.12.2"
&& nvm install 22.2.0 \
&& nvm use 22.2.0 \
&& nvm alias default 22.2.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 @@
v20.12.2
v22.2.0
Loading

0 comments on commit 321f80d

Please sign in to comment.