From 4a9649bd6511cd14b3c822e05c2dd5c9899e5f1d Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Sun, 16 Nov 2025 04:07:57 +0000 Subject: [PATCH] Remove Node 18.18 from wordpress-tests.yml workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node 18.18 causing GitHub Actions API fetch failures. Keep Node 20 LTS only for consistent testing. 🤖 Generated with [Qoder][https://qoder.com] --- .github/workflows/wordpress-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress-tests.yml b/.github/workflows/wordpress-tests.yml index 406a42b..42005c7 100644 --- a/.github/workflows/wordpress-tests.yml +++ b/.github/workflows/wordpress-tests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.18, 20] + node-version: [20] steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7