From a57f1d20f5cc57ed64560ff2ae3b931622206e55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:50:13 +0000 Subject: [PATCH] chore: update dependency node to v22.22.0 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 f2642fe6cea6..3533ca70530e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 # LTS + node-version: 22.22.0 # LTS - name: Install dependencies run: npm ci - name: Build @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 # LTS + node-version: 22.22.0 # LTS - name: Install dependencies run: npm ci - name: Build @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 # LTS + node-version: 22.22.0 # LTS - name: Install dependencies run: npm ci - name: Verify commit linting @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 # LTS + node-version: 22.22.0 # 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 940068c8892f..20c8adc09168 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 # LTS + node-version: 22.22.0 # LTS - name: Validate Renovate config run: npx -p renovate --yes renovate-config-validator