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 609b80b commit 7cd8615Copy full SHA for 7cd8615
Dockerfile
@@ -39,7 +39,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
39
&& nvm install 18.20.7 \
40
&& nvm install 20.19.0 \
41
&& nvm install 22.14.0 \
42
- && nvm install 24.10.0
+ && nvm install 24.11.0
43
44
# for loading profile, to make nvm available for sh
45
ENV ENV='$HOME/.profile'
0 commit comments