Skip to content

Commit

Permalink
chore: update version of nvm used in tests (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Feb 3, 2021
1 parent 25a6514 commit 4ec76bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system-test/Dockerfile.linux
Expand Up @@ -20,7 +20,7 @@ RUN mkdir -p $NVM_DIR


# Install nvm with node and npm
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash \
&& . $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion tools/publish.sh
Expand Up @@ -19,7 +19,7 @@
set -eo pipefail

# Install desired version of Node.js
retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash >/dev/null
retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash >/dev/null
export NVM_DIR="$HOME/.nvm" >/dev/null
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" >/dev/null

Expand Down

0 comments on commit 4ec76bf

Please sign in to comment.