From 2d80deb9470cbf669e5c95e3298c19d1ca0adb3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 03:27:26 +0000 Subject: [PATCH] chore: update dependency node to v22.23.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f49f05d6b..c620f23db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.2 + node-version: 22.23.3 - name: Update NPM run: npm install --global npm - name: Bootstrap project @@ -91,7 +91,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.2 + node-version: 22.23.3 - name: Update NPM run: npm install --global npm - name: Bootstrap project