Skip to content

Commit ce166fc

Browse files
committed
chore: ensure latest npm
1 parent f74cfbc commit ce166fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
node-version: '24'
3333
registry-url: 'https://registry.npmjs.org'
34+
- name: Upgrade npm for OIDC support
35+
run: npm install -g npm@latest
3436
- name: Install Modules
3537
run: npm install
3638
- name: Run type check

0 commit comments

Comments
 (0)