From 49008af2d034a352725dad0dbde8d1ee1d9e4c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:45:50 +0000 Subject: [PATCH 1/2] chore(deps): update dependency node to v24 --- .github/workflows/pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index a6ae64ab212c..87d91c2724fa 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -18,7 +18,7 @@ jobs: - name: install node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 22 || 24 - name: checkout code to pick up commitlint configuration uses: actions/checkout@v5 From 51b90818737bbff1c548415878333af2e8014692 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:43:16 -0500 Subject: [PATCH 2/2] chore: single version of node --- .github/workflows/pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 87d91c2724fa..244dd1b51495 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -18,7 +18,7 @@ jobs: - name: install node uses: actions/setup-node@v6 with: - node-version: 22 || 24 + node-version: 24 - name: checkout code to pick up commitlint configuration uses: actions/checkout@v5