From c4096711007e31d3daa33c9d3830d60cb0779aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:19:39 +0200 Subject: [PATCH] chore(deps): update dependency node to v22 (#1782) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f04c7a761..bd6c8b34e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20.19.4 + node-version: 22.18.0 cache: 'yarn' - name: Install dependencies