Skip to content

Commit 3decf5f

Browse files
authored
DAJN-40 Bump Node.js to 18.19.1 (#99)
1 parent 7694e26 commit 3decf5f

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
@@ -35,7 +35,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3535
&& source ~/.bashrc \
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 16.20.2 \
38-
&& nvm install 18.18.2 \
38+
&& nvm install 18.19.1 \
3939
&& nvm install 14.21.3
4040

4141
# for loading profile, to make nvm available for sh

0 commit comments

Comments
 (0)