From 893cf1b2dbbb26e0010c179c6ad620b8d1cb35a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Tue, 14 Feb 2023 12:15:07 +0100 Subject: [PATCH 1/2] ci: Update the "Check Documentation URLs" workflow (no-changelog) --- .github/workflows/check-documentation-urls.yml | 6 ++++-- package.json | 1 + pnpm-lock.yaml | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index f32fc6f1654ac..c8e405457ddf2 100644 --- a/.github/workflows/check-documentation-urls.yml +++ b/.github/workflows/check-documentation-urls.yml @@ -4,10 +4,12 @@ on: push: tags: - n8n@* + schedule: + - cron: '0 0 * * *' workflow_dispatch: jobs: - build: + check-docs-urls: runs-on: ubuntu-latest timeout-minutes: 5 @@ -23,7 +25,7 @@ jobs: cache: 'pnpm' - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Build nodes-base run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n-nodes-base build diff --git a/package.json b/package.json index 37ec66c9186df..190ba8cc5584f 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "jest-mock": "^29.4.2", "nock": "^13.2.9", "node-fetch": "^2.6.7", + "p-limit": "^3.1.0", "prettier": "^2.8.3", "rimraf": "^3.0.2", "run-script-os": "^1.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 887327f2b5fb9..d56810db3856f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,6 +39,7 @@ importers: n8n: '*' nock: ^13.2.9 node-fetch: ^2.6.7 + p-limit: ^3.1.0 prettier: ^2.8.3 rimraf: ^3.0.2 run-script-os: ^1.0.7 @@ -62,6 +63,7 @@ importers: jest-mock: 29.4.2 nock: 13.2.9 node-fetch: 2.6.7 + p-limit: 3.1.0 prettier: 2.8.3 rimraf: 3.0.2 run-script-os: 1.1.6 From b40e553a654c1f0418dddf24be0a8e40933d3f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Tue, 14 Feb 2023 12:47:02 +0100 Subject: [PATCH 2/2] fix the documentation url for HtmlExtract node --- packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json index 08432a4cc2e4e..d4434eed4ca3c 100644 --- a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json +++ b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json @@ -6,7 +6,7 @@ "resources": { "primaryDocumentation": [ { - "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.htmlextract/" + "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/" } ], "generic": [