From 50066e882d6b4344aecf514411254f9f03eaebe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:49:51 +0000 Subject: [PATCH] chore(deps): 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 b424d5d..3c94e81 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -34,7 +34,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -52,7 +52,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 - name: Bootstrap project run: | npm ci --ignore-scripts