Skip to content

Commit 6740013

Browse files
committed
chore: update nvm (#3309)
We use nvm to install specific versions of node for "Edge tests" and benchmarks. v0.34.0 was from 2019.
1 parent c6aacce commit 6740013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker/node-edge-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV NVM_NODEJS_ORG_MIRROR=${NVM_NODEJS_ORG_MIRROR}
2121
ENV ELASTIC_APM_CONTEXT_MANAGER=${ELASTIC_APM_CONTEXT_MANAGER}
2222

2323
# nvm environment variables
24-
ENV NVM_VERSION v0.34.0
24+
ENV NVM_VERSION v0.39.3
2525
ENV NVM_DIR /usr/local/nvm
2626
RUN mkdir $NVM_DIR
2727
RUN curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/${NVM_VERSION}/install.sh | bash

.ci/scripts/prepare-benchmarks-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ -z "$NODE_VERSION" ]]; then
1515
fi
1616

1717
# This particular configuration is required to be installed in the baremetal
18-
curl -sS -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
18+
curl -sS -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
1919
export NVM_DIR="$HOME/.nvm"
2020
set +x # Disable xtrace because output using nvm.sh is huge.
2121
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

0 commit comments

Comments
 (0)