Skip to content

Commit

Permalink
update dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Jan 15, 2024
1 parent 78bf033 commit ea75d01
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 920 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.14.0 \
&& nvm use 18.14.0 \
&& nvm alias default 18.14.0"
&& nvm install 18.19.0 \
&& nvm use 18.19.0 \
&& nvm alias default 18.19.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 @@
v18.14.0
v18.19.0
Loading

0 comments on commit ea75d01

Please sign in to comment.