There was an error while loading. Please reload this page.
1 parent 1840de0 commit 9fbfc66Copy full SHA for 9fbfc66
2 files changed
system-test/Dockerfile.linux
@@ -20,7 +20,7 @@ RUN mkdir -p $NVM_DIR
20
21
22
# Install nvm with node and npm
23
-RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash \
+RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
24
&& . $NVM_DIR/nvm.sh \
25
&& nvm install $NODE_VERSION
26
tools/publish.sh
@@ -19,7 +19,7 @@
19
set -eo pipefail
# Install desired version of Node.js
-retry curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash >/dev/null
+retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash >/dev/null
export NVM_DIR="$HOME/.nvm" >/dev/null
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" >/dev/null
0 commit comments