From 914355d966644017e57defe0a23e1cabe93d8d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:58:12 +0000 Subject: [PATCH] chore(deps): update dependency node to 20.19 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31fa547eea..73265af345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2-beta with: - node-version: "20.18" + node-version: "20.19" - name: Get yarn cache directory path id: yarn-cache-dir-path