From 9b44fe58b19d44d1c37dc106e7e0f34e768eed69 Mon Sep 17 00:00:00 2001 From: Sarah Laplante Date: Tue, 6 Jan 2026 13:38:45 +0100 Subject: [PATCH 1/3] update PR name linter --- .github/workflows/pull_request_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index f10203bc..a463c551 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -37,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Clone Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v2.2.0 @@ -49,7 +49,7 @@ jobs: run: npm ci - name: Ensure Commitizen Format - uses: JulienKode/pull-request-name-linter-action@98794a8b815ec05560813c42e55fd8d32d3fd248 + uses: JulienKode/pull-request-name-linter-action@v20.1.0 size_label: name: Change Size Label From 846c0685c34d652b248c5ae22659144e79f48a50 Mon Sep 17 00:00:00 2001 From: Sarah Laplante Date: Tue, 6 Jan 2026 13:43:10 +0100 Subject: [PATCH 2/3] update node version --- .github/workflows/pull_request_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index a463c551..917a34f8 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -40,9 +40,9 @@ jobs: uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v6.1.0 with: - node-version: 18 + node-version: 24 cache: npm - name: Install NPM Dependencies From 3d2ce1f93e09b704f488e461ed06dd8f772f2f72 Mon Sep 17 00:00:00 2001 From: Sarah Laplante Date: Tue, 6 Jan 2026 14:02:14 +0100 Subject: [PATCH 3/3] revert to node 18 --- .github/workflows/pull_request_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index 917a34f8..3b27ae42 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -42,7 +42,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6.1.0 with: - node-version: 24 + node-version: 18 cache: npm - name: Install NPM Dependencies