Merge 3f4c14b4435c57adbee54b2ff2b911ef418df4ed into 977563e97ddc66facf3a8e31c6cff01d236f09bd

This commit is contained in:
Wei Zhang 2025-06-07 23:39:47 -07:00 committed by GitHub
commit ba908b11b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```