File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
typescript/packages/ampersend-sdk Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments