From 7824d11c3f0f235f826ebd68d7afee45048be62e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:35:04 +0000 Subject: [PATCH] build(github-actions): Bump dependency node to v22.23.2 --- .github/workflows/github-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index cf7b3d26b..23637b713 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js LTS 22 uses: actions/setup-node@v6 with: - node-version: 22.23.1 + node-version: 22.23.2 - name: Install dependencies run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo