ci: upgrade npm for trusted publishing support in publish-ai-sdk.yml

This commit is contained in:
Dhravya Shah 2026-04-16 19:25:55 -07:00
parent 601ab49f0d
commit 1f5f098407

View file

@ -26,6 +26,9 @@ jobs:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- name: Upgrade npm for trusted publishing support
run: npm install -g npm@latest
- name: Setup Bun
uses: oven-sh/setup-bun@v2