Skip to content

Commit

Permalink
Merge pull request #782 from Automattic/update/nvm
Browse files Browse the repository at this point in the history
chore(wp-test-runner): update nvm installer to 0.39.7
  • Loading branch information
sjinks authored Jun 19, 2024
2 parents 84ca1bc + 57a56fd commit cca53be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USER circleci

ENV LD_PRELOAD=/usr/lib/libeatmydata/libeatmydata.so

RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
ENV NVM_DIR /home/circleci/.nvm

RUN \
Expand Down

0 comments on commit cca53be

Please sign in to comment.