diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 032199f..2f19121 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,8 +85,6 @@ jobs: with: node-version: 22 registry-url: 'https://registry.npmjs.org' - - name: Upgrade npm - run: npm install -g npm@latest - name: Build run: cd js && npm ci && npm run build - name: Publish to npm