From 9a19b4e9c4248b6ae4a91946411e185a48c552c0 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Mon, 11 May 2026 18:34:48 +0100 Subject: [PATCH] chore: fix npm publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab8bf5a..9c455fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,6 +37,7 @@ jobs: node-version: 22.x registry-url: 'https://registry.npmjs.org' cache: 'npm' + - run: npm i -g npm@10 # workaround until npm sorts itself out - run: npm i -g npm@latest - run: npm ci - name: Build