Fix n8n and cookie-banner release workflow npm version
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
scope: "@probo"
|
scope: "@probo"
|
||||||
|
- run: "npm install -g npm@^11.8.0"
|
||||||
- run: "npm ci"
|
- run: "npm ci"
|
||||||
- name: "Verify package.json version matches tag"
|
- name: "Verify package.json version matches tag"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
1
.github/workflows/release-npm-n8n-node.yaml
vendored
1
.github/workflows/release-npm-n8n-node.yaml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
scope: "@probo"
|
scope: "@probo"
|
||||||
|
- run: "npm install -g npm@^11.8.0"
|
||||||
- run: "npm ci"
|
- run: "npm ci"
|
||||||
- name: "Verify package.json version matches tag"
|
- name: "Verify package.json version matches tag"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user