From 375942f558988a6544284697525e86f7d314f314 Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:00:53 +0900 Subject: [PATCH] pin npm version (#424) --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index e081afeed3..7cfa6cd514 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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