Skip to content

Commit

Permalink
update dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Dec 22, 2024
1 parent 215e9a1 commit 389caf8
Show file tree
Hide file tree
Showing 7 changed files with 810 additions and 1,016 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 22.9.0 \
&& nvm use 22.9.0 \
&& nvm alias default 22.9.0"
&& nvm install 22.12.0 \
&& nvm use 22.12.0 \
&& nvm alias default 22.12.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 @@
v22.9.0
v22.12.0
Loading

0 comments on commit 389caf8

Please sign in to comment.