Skip to content

Commit

Permalink
ci: Change to Node.js LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcnp committed Nov 7, 2024
1 parent 58bda4e commit f794739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN sed -i 's/^Components: main$/& contrib/' /etc/apt/sources.list.d/debian.sour
ttf-mscorefonts-installer \
fontconfig \
&& fc-cache -f -v \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get install --yes --no-install-recommends nodejs \
\
&& gem install \
Expand Down

0 comments on commit f794739

Please sign in to comment.