Skip to content

Commit

Permalink
update dependencies (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Jul 20, 2024
1 parent 7dc7e63 commit ac896a3
Show file tree
Hide file tree
Showing 5 changed files with 1,076 additions and 1,501 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gitpod/workspace-full:latest

RUN bash -c ". .nvm/nvm.sh \
&& nvm install 18.19.1 \
&& nvm use 18.19.1 \
&& nvm alias default 18.19.1"
&& nvm install 22.5.1 \
&& nvm use 22.5.1 \
&& nvm alias default 22.5.1"

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 @@
v18.19.1
v22.5.1
Loading

0 comments on commit ac896a3

Please sign in to comment.