From 3b777e985cb14f367d7b824104b2d29ed1d0e9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 19 Jun 2026 10:39:52 +0200 Subject: [PATCH] Fix n8n and cookie-banner release workflow npm version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .github/workflows/release-npm-cookie-banner.yaml | 1 + .github/workflows/release-npm-n8n-node.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-npm-cookie-banner.yaml b/.github/workflows/release-npm-cookie-banner.yaml index 56f606032..7df81a6df 100644 --- a/.github/workflows/release-npm-cookie-banner.yaml +++ b/.github/workflows/release-npm-cookie-banner.yaml @@ -27,6 +27,7 @@ jobs: cache: "npm" registry-url: "https://registry.npmjs.org" scope: "@probo" + - run: "npm install -g npm@^11.8.0" - run: "npm ci" - name: "Verify package.json version matches tag" run: | diff --git a/.github/workflows/release-npm-n8n-node.yaml b/.github/workflows/release-npm-n8n-node.yaml index 074db4772..694a253d0 100644 --- a/.github/workflows/release-npm-n8n-node.yaml +++ b/.github/workflows/release-npm-n8n-node.yaml @@ -27,6 +27,7 @@ jobs: cache: "npm" registry-url: "https://registry.npmjs.org" scope: "@probo" + - run: "npm install -g npm@^11.8.0" - run: "npm ci" - name: "Verify package.json version matches tag" run: |