Skip to content

Commit

Permalink
pipeline: explicitly set npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejancar committed Feb 24, 2022
1 parent 2924ab6 commit 03c35ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Build and test
run: |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "oculr-ngx",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"clean": "rimraf ./dist",
Expand Down

0 comments on commit 03c35ad

Please sign in to comment.