From b30f53483586698e6816f439a0e6a0c95014b93c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:05:33 +0000 Subject: [PATCH] chore: update dependency node to v22.23.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 8 ++++---- .github/workflows/renovate-config-validator.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 48654f91dc22..109ee16c80f0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 # LTS + node-version: 22.23.2 # LTS - name: Install dependencies run: npm ci - name: Build @@ -120,7 +120,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 # LTS + node-version: 22.23.2 # LTS - name: Install dependencies run: npm ci - name: Build @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 # LTS + node-version: 22.23.2 # LTS - name: Install dependencies run: npm ci - name: Verify commit linting @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 # LTS + node-version: 22.23.2 # LTS - name: Install dependencies run: npm ci - name: Build diff --git a/.github/workflows/renovate-config-validator.yml b/.github/workflows/renovate-config-validator.yml index b0c6d8762e18..d9926bdc2162 100644 --- a/.github/workflows/renovate-config-validator.yml +++ b/.github/workflows/renovate-config-validator.yml @@ -20,6 +20,6 @@ jobs: fetch-depth: 1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 # LTS + node-version: 22.23.2 # LTS - name: Validate Renovate config run: npx -p renovate --yes renovate-config-validator