Fix n8n and cookie-banner release workflow npm version

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-19 10:39:52 +02:00
parent eb9cfc103a
commit 3b777e985c
2 changed files with 2 additions and 0 deletions

View File

@@ -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: |

View File

@@ -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: |