From 15dbfce5faef714a634135df44ca2517b8472cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 11:58:11 +0200 Subject: [PATCH] Update dependency node to v22.15.0 (#987) 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 4f962aeb..a39ff56a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: 🛠️ node setup uses: actions/setup-node@v4 with: - node-version: 22.11.0 + node-version: 22.15.0 cache: pnpm - name: 🧑‍💻 install -- 2.51.2