diff --git a/.github/workflows/publish-lib.yml b/.github/workflows/publish-lib.yml index c542536d..6d5672b3 100644 --- a/.github/workflows/publish-lib.yml +++ b/.github/workflows/publish-lib.yml @@ -20,8 +20,6 @@ jobs: with: node-version: 24 registry-url: https://registry.npmjs.org - - name: "Update to latest npm to use OIDC" - run: npm install -g npm@latest - name: "Install dependencies" run: pnpm install - name: Publish