Skip to content

Commit 5e969b5

Browse files
authored
Merge pull request #45 from supermemoryai/vorflux/npm-upgrade-fix
ci: upgrade npm for trusted publishing support
2 parents 4b30bf9 + dd7fe36 commit 5e969b5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
node-version: '24'
2424
registry-url: 'https://registry.npmjs.org'
2525

26+
- name: Upgrade npm for trusted publishing support
27+
run: npm install -g npm@latest
28+
2629
- name: Setup Bun
2730
uses: oven-sh/setup-bun@v2
2831
with:

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"./index.ts"
2323
]
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/supermemoryai/openclaw-supermemory.git"
28+
},
2529
"devDependencies": {
2630
"esbuild": "^0.27.2",
2731
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)