Skip to content

Commit

Permalink
update dependencies (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Sep 25, 2024
1 parent 1f5ee13 commit 582bcae
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 394 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 22.6.0 \
&& nvm use 22.6.0 \
&& nvm alias default 22.6.0"
&& nvm install 22.9.0 \
&& nvm use 22.9.0 \
&& nvm alias default 22.9.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.6.0
v22.9.0
Loading

0 comments on commit 582bcae

Please sign in to comment.