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