Skip to content

Commit 952f3bd

Browse files
authored
Update to latest nodejs 20 (#120)
1 parent 45ac7ac commit 952f3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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.12.1
40+
&& nvm install 20.14.0
4141

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

0 commit comments

Comments
 (0)