Skip to content

Commit 3c07f89

Browse files
fix: update npm before publish
1 parent e046ccb commit 3c07f89

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/typescript-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,13 @@ jobs:
6666
uses: actions/setup-node@v4
6767
with:
6868
node-version: ${{ env.NODE_VERSION }}
69+
registry-url: 'https://registry.npmjs.org'
6970
cache: "pnpm"
7071
cache-dependency-path: pnpm-lock.yaml
7172

73+
- name: Update npm
74+
run: npm install -g npm@latest
75+
7276
- name: Install dependencies
7377
run: pnpm install --frozen-lockfile
7478

typescript/packages/ampersend-sdk/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@ampersend_ai/ampersend-sdk",
33
"description": "Tooling for building applications with x402 payment capabilities. Supports buyer and seller roles.",
44
"version": "0.0.1-alpha.2",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/edgeandnode/ampersend-sdk.git"
8+
},
59
"type": "module",
610
"main": "./dist/index.js",
711
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)