diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f669481..a3adbc1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,8 @@ jobs: with: node-version: '24' registry-url: 'https://registry.npmjs.org' + - name: Upgrade npm for OIDC support + run: npm install -g npm@latest - name: Install Modules run: npm install - name: Run type check