From 67e006d42adf2649977b78295690bc5141f0e323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:43:15 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/build-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index 812ace633..2a514b695 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v6 name: Setup node with: - node-version: "22" + node-version: "24" - run: npm install -g markdownlint-cli2 name: Install markdownlint-cli2 - run: markdownlint-cli2 --config ".github/linters/.markdownlint.yml" "docs/**/*.md" @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v6 name: Setup node with: - node-version: "22" + node-version: "24" - run: npm install -g cspell name: Install cSpell - run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress