From a5cf64a2fb56102ec8e1c9bb5fb2515b90951722 Mon Sep 17 00:00:00 2001 From: Maksim Gruzdev Date: Sat, 25 Oct 2025 18:27:13 +0300 Subject: [PATCH] oidc++ --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c494ff8..883287f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,7 @@ jobs: with: node-version: 25 registry-url: 'https://registry.npmjs.org' + - run: npm install -g npm@latest - run: npm -v - run: npm ci - run: npm publish --access public