From bffdc163324eaa04a093a6abd4ec0ee05e7669f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 05:00:43 +0000 Subject: [PATCH] chore: update dependency node to v22.22.1 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 085ecfc6..20554966 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 22.22.0 + node-version: 22.22.1 - 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 22.22.0 + node-version: 22.22.1 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting