From 34c3738223cd232c15fd16a39e73952a45367fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:07:57 +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 2893eb45a..877ba6287 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -74,7 +74,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v6 with: - node-version: 16 + node-version: 24.11.1 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -90,7 +90,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v6 with: - node-version: 16 + node-version: 24.11.1 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting