File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN mkdir -p $NVM_DIR
20
20
21
21
22
22
# Install nvm with node and npm
23
- RUN curl https://raw.githubusercontent.com/creationix /nvm/v0.34.0 /install.sh | bash \
23
+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh /nvm/v0.35.3 /install.sh | bash \
24
24
&& . $NVM_DIR/nvm.sh \
25
25
&& nvm install $NODE_VERSION
26
26
Original file line number Diff line number Diff line change 19
19
set -eo pipefail
20
20
21
21
# Install desired version of Node.js
22
- retry curl -o- https://raw.githubusercontent.com/creationix /nvm/v0.33.8 /install.sh | bash > /dev/null
22
+ retry curl -o- https://raw.githubusercontent.com/nvm-sh /nvm/v0.35.3 /install.sh | bash > /dev/null
23
23
export NVM_DIR=" $HOME /.nvm" > /dev/null
24
24
[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" > /dev/null
25
25
You can’t perform that action at this time.
0 commit comments