From fbd15daff8d0a6bbcc36217e3ebacf4ebab9e635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:13:41 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 20.19.4 | 22.19.0 | --- .github/workflows/build-verification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-verification.yaml b/.github/workflows/build-verification.yaml index bcc0997..9c131b3 100644 --- a/.github/workflows/build-verification.yaml +++ b/.github/workflows/build-verification.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0 with: - node-version: 20 + node-version: 22 cache: "pnpm" - name: Install dependencies (with lockfile update if needed)