From 902399462e9d7ff1899a583cd5ed6f64eabccbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vetle=20Kopperg=C3=A5rd?= <89847536+vetlek@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:30:16 +0100 Subject: [PATCH] Remove update npm step in publish lib --- .github/workflows/publish-lib.yml | 2 -- 1 file changed, 2 deletions(-) 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