Skip to content

Commit

Permalink
pin npm version (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty authored Sep 7, 2023
1 parent d781407 commit 375942f
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 @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
software-properties-common \
npm
RUN npm install npm@latest -g && \
RUN npm install npm@9.8.1 -g && \
npm install n -g && \
n latest

Expand Down

0 comments on commit 375942f

Please sign in to comment.