From 93ab0305abbde455773debc6dd3c01aa5c2b1762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:50:37 +0000 Subject: [PATCH] chore: update dependency node to v20.20.0 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 eb309ed..a96aa18 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -74,7 +74,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: - node-version: 20.19.6 + node-version: 20.20.0 cache: 'npm' - name: Bootstrap project run: | @@ -103,7 +103,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: - node-version: 20.19.6 + node-version: 20.20.0 cache: npm - name: Bootstrap project run: | @@ -138,7 +138,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: - node-version: 20.19.6 + node-version: 20.20.0 cache: npm - name: Bootstrap project run: |