Skip to content

Commit

Permalink
Update node version for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
katalinic-gc committed Sep 6, 2023
1 parent 0412ae0 commit c79d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
git \
curl \
gnupg
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get -y install nodejs
RUN npm install npm@latest -g && \
npm install n -g && \
Expand Down

0 comments on commit c79d13f

Please sign in to comment.