From 2d06f73a3362d2ca35b4ebcc5f27b62c4baebf23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:58:14 +0000 Subject: [PATCH] chore: update dependency node to v16.20.2 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..9f4d511da 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: 16.20.2 - 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: 16.20.2 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting