From e816b5fec5d21e572c80c7f5f12bd2aa4d2bba6f Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Tue, 3 Feb 2026 15:15:56 +0000 Subject: [PATCH] Fix publish by installing latest npm --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b550ecb..8b65065 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' + - run: npm install -g npm@latest - run: npm ci - run: npm run build:dist - run: npm publish --provenance --access public