mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-15 18:23:44 +00:00
Compare commits
2 Commits
5aa40e4098
...
ba908b11b7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ba908b11b7 | ||
![]() |
3f4c14b443 |
@ -150,7 +150,7 @@ RUN touch "${BASH_ENV}"
|
||||
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
|
||||
|
||||
# Download and install nvm
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | PROFILE="${BASH_ENV}" bash
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | PROFILE="${BASH_ENV}" bash
|
||||
RUN echo node > .nvmrc
|
||||
RUN nvm install
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user