From 262b451ee76d945a8904cd42c892e24667d23055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:55:44 +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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 4a4ff681..fe5f4d9d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -63,7 +63,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 + node-version: 22.22.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -79,7 +79,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22.21.1 + node-version: 22.22.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting