From 8a53e0ec1c6105e4247daf43fb76056491607da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 15 Jun 2026 15:26:26 +0200 Subject: [PATCH] CI npm version should respect engines field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .github/actions/setup/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 2bdb5acbc..0dba0347b 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -25,6 +25,9 @@ runs: with: node-version-file: ".nvmrc" cache: "npm" + - if: inputs.node == 'true' + shell: bash + run: npm install -g npm@^11.8.0 - if: inputs.node == 'true' shell: bash run: npm ci