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

This commit is contained in:
Dhravya Shah 2026-04-16 19:25:56 -07:00
parent 1f5f098407
commit 439ef129a0

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