Skip to content

Commit d1c24bb

Browse files
authored
Merge pull request #148 from Linkurious/feature/DAJN-47
DAJN-47: add node version 24.10.0
2 parents 2010131 + 5567314 commit d1c24bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3838
&& nvm install 16.20.2 \
3939
&& nvm install 18.20.7 \
4040
&& nvm install 20.19.0 \
41-
&& nvm install 22.14.0
41+
&& nvm install 22.14.0 \
42+
&& nvm install 24.10.0
4243

4344
# for loading profile, to make nvm available for sh
4445
ENV ENV='$HOME/.profile'

0 commit comments

Comments
 (0)