From 5a1a5593c23e8fae1f689f1d812baad4b7040885 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Wed, 19 Nov 2025 21:19:10 +0530 Subject: [PATCH] Update npm to latest for OIDC support --- .github/actions/npm-publish/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/npm-publish/action.yml b/.github/actions/npm-publish/action.yml index bcbf85047..310a6292c 100644 --- a/.github/actions/npm-publish/action.yml +++ b/.github/actions/npm-publish/action.yml @@ -28,6 +28,10 @@ runs: shell: bash run: yarn install --frozen-lockfile + - name: Update npm to latest + shell: bash + run: npm install -g npm@latest + - name: Build package if: inputs.require-build == 'true' shell: bash