Skip to content

Commit bd3f06d

Browse files
authored
Update node js versions 18 and 20 (#121)
1 parent 952f3bd commit bd3f06d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3737
&& nvm install 14.21.3 \
3838
&& nvm install 16.20.2 \
3939
&& nvm install 18.20.1 \
40-
&& nvm install 20.14.0
40+
&& nvm install 18.20.3 \
41+
&& nvm install 20.14.0 \
42+
&& nvm install 20.15.0
4143

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

0 commit comments

Comments
 (0)