mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
ci: upgrade npm for trusted publishing support in publish-tools.yml
This commit is contained in:
parent
1f5f098407
commit
439ef129a0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-tools.yml
vendored
3
.github/workflows/publish-tools.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue