From 0150ee046ea53396c3361016c8c834dc137c6226 Mon Sep 17 00:00:00 2001 From: oXtxNt9U <120286271+oXtxNt9U@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:15:11 +0900 Subject: [PATCH 1/2] pin npm to avoid regression --- tests/e2e/consensus/checks/Dockerfile | 2 +- tests/e2e/consensus/nodes/Dockerfile | 2 +- tests/e2e/snapshot/nodes/Dockerfile | 2 +- tests/e2e/sync/nodes/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/consensus/checks/Dockerfile b/tests/e2e/consensus/checks/Dockerfile index 5dfbacf5ff..8f2f9bfa53 100644 --- a/tests/e2e/consensus/checks/Dockerfile +++ b/tests/e2e/consensus/checks/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu ENV PNPM_HOME=/home/ubuntu/.pnpm/bin ENV PATH="${PATH}:${PNPM_HOME}" -RUN npm install -g npm@latest \ +RUN npm install -g npm@~11.10.0 \ && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \ && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin" diff --git a/tests/e2e/consensus/nodes/Dockerfile b/tests/e2e/consensus/nodes/Dockerfile index 9202be9158..630ba464f0 100644 --- a/tests/e2e/consensus/nodes/Dockerfile +++ b/tests/e2e/consensus/nodes/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu ENV PNPM_HOME=/home/ubuntu/.pnpm/bin ENV PATH="${PATH}:${PNPM_HOME}" -RUN npm install -g npm@latest \ +RUN npm install -g npm@~11.10.0 \ && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \ && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin" diff --git a/tests/e2e/snapshot/nodes/Dockerfile b/tests/e2e/snapshot/nodes/Dockerfile index 9202be9158..630ba464f0 100644 --- a/tests/e2e/snapshot/nodes/Dockerfile +++ b/tests/e2e/snapshot/nodes/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu ENV PNPM_HOME=/home/ubuntu/.pnpm/bin ENV PATH="${PATH}:${PNPM_HOME}" -RUN npm install -g npm@latest \ +RUN npm install -g npm@~11.10.0 \ && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \ && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin" diff --git a/tests/e2e/sync/nodes/Dockerfile b/tests/e2e/sync/nodes/Dockerfile index 9202be9158..630ba464f0 100644 --- a/tests/e2e/sync/nodes/Dockerfile +++ b/tests/e2e/sync/nodes/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu ENV PNPM_HOME=/home/ubuntu/.pnpm/bin ENV PATH="${PATH}:${PNPM_HOME}" -RUN npm install -g npm@latest \ +RUN npm install -g npm@~11.10.0 \ && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \ && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin" From db85a9ced2a86cd5f53f985a38a8feb3170bde0e Mon Sep 17 00:00:00 2001 From: oXtxNt9U <120286271+oXtxNt9U@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:15:16 +0000 Subject: [PATCH 2/2] empty commit