From c5ab20f01d5afad11a80c3be5412ce69fceeaab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:59:07 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index cfdb5c17..742e012b 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" - name: Keep npm cache around to speed up installs uses: actions/cache@v4