Skip to content

Commit

Permalink
Merge pull request #559 from IBM/fix/npm-registry-url
Browse files Browse the repository at this point in the history
Specify NPM registry URL
  • Loading branch information
SanjulaGanepola authored Aug 19, 2024
2 parents 3b8a854 + ea6fcfc commit 6f0ec9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vsix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Install NPM Dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/webpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Install NPM Dependencies
run: |
Expand Down

0 comments on commit 6f0ec9f

Please sign in to comment.