From 429f74199901d210872c5c69f221ee9148a6d756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:31:12 +0000 Subject: [PATCH] Update dependency node to v22.18.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 d97a180b0714..ca77cca61edf 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@v4 with: - node-version: '22.17.1' + node-version: '22.18.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