From 4b578fa7da58a1d01e909d220ec8dceee9e8214e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:01:18 +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 5ef84dddc..dffb1cf1e 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.0 - 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.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting