From 536f038df49c274a59aad69c4c11b81741c13fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 04:35:39 +0000 Subject: [PATCH] chore: update dependency node to v24 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508cfcf4..1ecad458 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20.19.5 + node-version: 24.11.0 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -60,7 +60,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20.19.5 + node-version: 24.11.0 - name: Bootstrap project run: | npm ci --ignore-scripts