From ce166fcfb24b009830ee0a41d9825e346aad5cba Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 17 Dec 2025 22:08:42 +0100 Subject: [PATCH] chore: ensure latest npm --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) 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