From a775c7ad0abf4ef853be5ee82a08a2b498aa12e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:13:22 +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 3158429d04..4273a7eff6 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