From 4c2d2988cd28882dc0f9289df673251ecd725a21 Mon Sep 17 00:00:00 2001 From: Justin Mathew Date: Mon, 30 Mar 2026 10:00:27 +0530 Subject: [PATCH] oidc_update : 11.5.1 --- .github/workflows/publishToNPM.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishToNPM.yml b/.github/workflows/publishToNPM.yml index 10674cd2..70bbb226 100644 --- a/.github/workflows/publishToNPM.yml +++ b/.github/workflows/publishToNPM.yml @@ -50,7 +50,7 @@ jobs: echo "::set-output name=LATEST_TAG::$(git tag -l | sort -V | tail -n 1)" - name: Update npm - run: npm install -g npm@10 # use npm@10 for OIDC + run: npm install -g npm@11.5.1 # use npm@10 for OIDC # Run npm install - name: Run npm install