From 4898a24bd06627a2f98f04ed4680e56870a516c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:48:20 +0000 Subject: [PATCH] chore: update dependency node to v22.22.3 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 b1e54a3b8..e612a9c03 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -73,7 +73,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.2 + node-version: 22.22.3 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -89,7 +89,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.2 + node-version: 22.22.3 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting