From 4c442558d93827b6b8b53496031d89525f490a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:56:04 +0000 Subject: [PATCH] build(github-actions): Bump dependency node to v24.14.1 --- .github/workflows/deploy.yml | 2 +- .github/workflows/github-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c5b682d6..329d897ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - run: npm install - run: npm run build diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 1fbac7c4e..ea4e35213 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js LTS 20.19.5 uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - name: Install dependencies run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo