From bbea7095807b17ccd1b8fd27934b8a3010c94aec Mon Sep 17 00:00:00 2001 From: Gilad S Date: Mon, 8 Dec 2025 22:19:25 +0200 Subject: [PATCH] fix: OIDC package publish --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1525bae6..63c5a0e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -555,6 +555,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "22" + - name: Update npm + run: npm install -g npm@latest - name: Install modules run: npm ci - uses: actions/download-artifact@v4