Skip to content

Commit 6e24505

Browse files
authored
DAJN-43: Bump node 18 (#130)
1 parent 150e1f0 commit 6e24505

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 14.21.3 \
3838
&& nvm install 16.20.2 \
39-
&& nvm install 18.20.1 \
4039
&& nvm install 18.20.4 \
41-
&& nvm install 20.14.0 \
42-
&& nvm install 20.15.1
40+
&& nvm install 20.18.0
4341

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

0 commit comments

Comments
 (0)