Skip to content

Commit

Permalink
SWI-3691 Fix Git URL and Add Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Dec 15, 2023
1 parent 739631f commit d0e3409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Install Packages and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/Bandwidth/node-sdk.git"
"url": "git+https://github.com/Bandwidth/node-sdk.git"
},
"keywords": [
"axios",
Expand Down

0 comments on commit d0e3409

Please sign in to comment.