Skip to content

Commit

Permalink
update dependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Sep 5, 2023
1 parent 511bde7 commit 5c3459f
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 435 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.17.1 \
&& nvm use 18.17.1 \
&& nvm alias default 18.17.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.14.0
v18.17.1
Loading

0 comments on commit 5c3459f

Please sign in to comment.