Skip to content

Commit 21d8348

Browse files
committed
remove old node version (14 and 16)
1 parent 7cd8615 commit 21d8348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3434
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
3535
&& source ~/.bashrc \
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37-
&& nvm install 14.21.3 \
38-
&& nvm install 16.20.2 \
3937
&& nvm install 18.20.7 \
4038
&& nvm install 20.19.0 \
4139
&& nvm install 22.14.0 \

0 commit comments

Comments
 (0)