diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67aab4f..ba5807c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' + - name: Install latest npm + run: npm install -g npm@latest - name: Install Dependencies run: npm ci --ignore-scripts - name: Audit Signatures