From d5d18f14635308e33ce6216112ffadb97266c459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:53:40 +0000 Subject: [PATCH] chore: update dependency node to v20.19.6 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 56c4355..8df7f55 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20 + node-version: 20.19.6 cache: 'npm' - name: Bootstrap project run: | @@ -103,7 +103,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20 + node-version: 20.19.6 cache: npm - name: Bootstrap project run: | @@ -138,7 +138,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20 + node-version: 20.19.6 cache: npm - name: Bootstrap project run: |