Skip to content

Commit

Permalink
update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Dec 16, 2023
1 parent 51f3939 commit 3bb9a5a
Show file tree
Hide file tree
Showing 6 changed files with 1,188 additions and 945 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 20.9.0 \
&& nvm use 20.9.0 \
&& nvm alias default 20.9.0"
&& nvm install 20.10.0 \
&& nvm use 20.10.0 \
&& nvm alias default 20.10.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.9.0
v20.10.0
Loading

0 comments on commit 3bb9a5a

Please sign in to comment.