diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index a6ae64ab212c..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 + node-version: 24 - name: checkout code to pick up commitlint configuration uses: actions/checkout@v5