mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-17 02:53:43 +00:00
Merge 47b0e2900f6cb7f127b01cba25aae53d2ac79bf1 into 977563e97ddc66facf3a8e31c6cff01d236f09bd
This commit is contained in:
commit
5aa40e4098
@ -150,7 +150,7 @@ RUN touch "${BASH_ENV}"
|
|||||||
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
|
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
|
||||||
|
|
||||||
# Download and install nvm
|
# 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 echo node > .nvmrc
|
||||||
RUN nvm install
|
RUN nvm install
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user