mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
ci: upgrade npm for trusted publishing support in publish-memory-graph.yml
This commit is contained in:
parent
439ef129a0
commit
048282574c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-memory-graph.yml
vendored
3
.github/workflows/publish-memory-graph.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
Reference in a new issue