From bba76438da532768005a8adc995523be54273ce2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 06:38:25 +0000 Subject: [PATCH 1/2] Initial plan From 0fbeccc9aa1a1ef5315c84f9381bd2c5eb818889 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 06:39:32 +0000 Subject: [PATCH 2/2] Fix publish workflow npm engine mismatch Co-authored-by: jonobr1 <220033+jonobr1@users.noreply.github.com> --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1049031..5fe60a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,9 +21,9 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - # Ensure npm 11.5.1 or later is installed + # Ensure npm 11.5.1 or later is installed (Node 20 compatible) - name: Update npm - run: npm install -g npm@latest + run: npm install -g npm@^11.5.1 - run: npm ci - run: npm run build:lib --if-present # - run: npm test