From 6ac2764daa447c4003d9cf28c2fe1c49f8a38083 Mon Sep 17 00:00:00 2001 From: johnny-m-young <94846816+johnny-m-young@users.noreply.github.com> Date: Thu, 14 May 2026 14:25:06 +0100 Subject: [PATCH 1/3] Update .nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 3c032078..a45fd52c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +24 From b118d47332fdceeb5abfbe527c3bc5f305eda13e Mon Sep 17 00:00:00 2001 From: johnny-m-young <94846816+johnny-m-young@users.noreply.github.com> Date: Thu, 14 May 2026 14:26:08 +0100 Subject: [PATCH 2/3] Pin GitHub Actions to release SHA --- .github/workflows/test_and_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index ae352460..aafa0b5b 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -20,9 +20,9 @@ jobs: react-version: [18, 19] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: ${{ matrix.node-version }} - name: Install dependencies From 1e8fa1642bb410f7cd7e804d1451312e7ac96ed2 Mon Sep 17 00:00:00 2001 From: johnny-m-young <94846816+johnny-m-young@users.noreply.github.com> Date: Fri, 15 May 2026 08:49:58 +0100 Subject: [PATCH 3/3] Update tested node versions --- .github/workflows/test_and_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index aafa0b5b..5ecc1104 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20, 22, 24] + node-version: [22, 24, 26] react-version: [18, 19] steps: