From fed6249b8237be4994264692c73238201bb0fe87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:49:22 +0000 Subject: [PATCH] chore: update dependency node to v20.20.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 121929f7..de1d476e 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 20.20.0 + node-version: 20.20.2 cache: 'npm' - name: Bootstrap project run: | @@ -103,7 +103,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 20.20.0 + node-version: 20.20.2 cache: npm - name: Bootstrap project run: | @@ -138,7 +138,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 20.20.0 + node-version: 20.20.2 cache: npm - name: Bootstrap project run: |