From b2d08cc70c23f94ce2d4d30b6919ee2984500568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:56:56 +0000 Subject: [PATCH] chore: update dependency node to v18.20.8 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 8a24dccb..bf87c696 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -63,7 +63,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 18 + node-version: 18.20.8 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -79,7 +79,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 18 + node-version: 18.20.8 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting