From 1a6b597c9c062acebc117b4a037ff11ff961b53a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:58:58 +0000 Subject: [PATCH] chore: update dependency node to v22 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 879c86ba8..79befebb8 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -74,7 +74,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22.18.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -90,7 +90,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22.18.0 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting