From b526fc14c0f57f1beae7f22d13afd4a3eb349575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:27:46 +0000 Subject: [PATCH] build(github-actions): Bump dependency node to v24.16.0 --- .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 ddcc45863..66a496c6b 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.15.0 + node-version: 24.16.0 - run: npm install - run: npm run build diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 2bd45e2d2..807077ee4 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.15.0 + node-version: 24.16.0 - name: Install dependencies run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo