From 74e5ca226d2823bd5b1669953d82a41276f3b96b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:50:37 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.20.0 --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 560a3203e7d..1d9a3e21d4f 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v5 with: - node-version: '22.19.0' + node-version: '22.20.0' cache: 'npm' # The action defaults to search for the dependency file (package-lock.json, # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its