From 6a6c15763989aec2315755bf1df1c4772f0a0a05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 04:42:03 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e909aa3b..776456c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20.19.6 + node-version: 20.20.0 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -60,7 +60,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: 20.19.6 + node-version: 20.20.0 - name: Bootstrap project run: | npm ci --ignore-scripts