From 9935b139e538de4d7b5d1fdaf2e6f9ecba5e471e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:09:32 +0000 Subject: [PATCH] chore: update dependency node to v24 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0647d0dd..88113edb 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -63,7 +63,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 18.20.8 + node-version: 24.11.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -79,7 +79,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 18.20.8 + node-version: 24.11.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting