We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd42ab1 commit 304ebd5Copy full SHA for 304ebd5
Dockerfile
@@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
33
&& source ~/.bashrc \
34
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35
&& nvm install 16.20.2 \
36
- && nvm install 18.17.1 \
+ && nvm install 18.18.2 \
37
&& nvm install 14.21.3
38
39
# for loading profile, to make nvm available for sh
0 commit comments