From 2ad1aab2f93b67852a636813fdd37022e7e80b63 Mon Sep 17 00:00:00 2001 From: James Newman Date: Mon, 12 Jan 2026 16:59:03 -0500 Subject: [PATCH 1/2] chore: Update node test versions --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 666d037..e6d3c31 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./plugin strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [19.x, 20.x, 21.x, 22.x] steps: - name: Checkout Branch uses: actions/checkout@v6 From 847adf8310bc16455179c4a7b387d7f1ba2bf226 Mon Sep 17 00:00:00 2001 From: James Newman Date: Mon, 12 Jan 2026 17:08:51 -0500 Subject: [PATCH 2/2] Update .github/workflows/pull-request.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e6d3c31..9ae8a4a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./plugin strategy: matrix: - node-version: [19.x, 20.x, 21.x, 22.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout Branch uses: actions/checkout@v6