From c6917e731aee8e72dd2b32d53cf208a3525ae7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:32:22 +0000 Subject: [PATCH] build(github-actions): Bump dependency node to v22.23.1 --- .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 5c95175aa..0f41ee604 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 + node-version: 22.23.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