From 3f8fc4bbbf60265b66b61e17f0ccd7d05200ee3a Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Wed, 19 Nov 2025 17:25:45 +0530 Subject: [PATCH] Update npm to latest for OIDC support in v4 releases --- .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 15ff4f80c..880fa2c5a 100644 --- a/.github/actions/npm-publish/action.yml +++ b/.github/actions/npm-publish/action.yml @@ -28,6 +28,10 @@ runs: shell: bash run: npm ci --include=dev + - name: Update npm to latest + shell: bash + run: npm install -g npm@latest + - name: Build package if: inputs.require-build == 'true' shell: bash