From 22a22c33b069832583d9271657dc789660b07639 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:20:42 +0000 Subject: [PATCH] :seedling: Update Github Actions group to 22.14.0 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 18.20.7 | 22.14.0 | --- .github/workflows/pr-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 01c9954d..28a971cf 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: "18" + node-version: "22" - name: Install renovate run: npm i -g renovate@35.54.0 # TODO update this via renovatebot