Skip to content

Commit 9fbfc66

Browse files
authored
chore: update version of nvm installed (#121)
1 parent 1840de0 commit 9fbfc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system-test/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p $NVM_DIR
2020

2121

2222
# 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 \
2424
&& . $NVM_DIR/nvm.sh \
2525
&& nvm install $NODE_VERSION
2626

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set -eo pipefail
2020

2121
# 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
2323
export NVM_DIR="$HOME/.nvm" >/dev/null
2424
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" >/dev/null
2525

0 commit comments

Comments
 (0)