From bdf999ce90c11bbfb821a30a913fa1730990389f 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:13:25 +0000 Subject: [PATCH] :seedling: Update Github Actions group to 20.19.0 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 18.20.7 | 20.19.0 | --- .github/workflows/pr-verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yaml b/.github/workflows/pr-verify.yaml index d56b8ffd..bd61e394 100644 --- a/.github/workflows/pr-verify.yaml +++ b/.github/workflows/pr-verify.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: - node-version: "18" + node-version: "20" - name: Install renovate run: npm i -g renovate@35.54.0 # TODO update this via renovatebot