From 3db095f2c7c822524247c212c84620378d2461e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Marty?= <9808326+fxmarty@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:57:43 +0200 Subject: [PATCH] pin npm version --- 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