From 66d638018097a9379dc0d01e620a06f5525ee132 Mon Sep 17 00:00:00 2001 From: Benoit TRAVERS Date: Fri, 24 Jul 2026 12:31:27 +0200 Subject: [PATCH 1/2] ci: test on the primary + engines-floor Node via the matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4016e545..1e01525e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,3 +17,4 @@ jobs: uses: btravstack/config/.github/workflows/ci-reusable.yml@workflows-v1 with: integration-tests: true + node-versions: '["", "22.19"]' From 14c28711206d5c36e2fcd112339479f94010b722 Mon Sep 17 00:00:00 2001 From: Benoit Travers Date: Fri, 24 Jul 2026 12:37:25 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e01525e..d8d3191b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,4 @@ jobs: uses: btravstack/config/.github/workflows/ci-reusable.yml@workflows-v1 with: integration-tests: true - node-versions: '["", "22.19"]' + node-versions: '["", "22.19.0"]'