From 4f2741a7fc4b03148916cfa22cbeb8600d8d3cd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:55:40 +0000 Subject: [PATCH] chore: update dependency node to v22.23.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 783210ad..ae217d53 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -72,7 +72,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: 'npm' - name: Bootstrap project run: | @@ -101,7 +101,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: npm - name: Bootstrap project run: | @@ -136,7 +136,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: npm - name: Bootstrap project run: |