Skip to content

Commit

Permalink
Configured npm registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed Jan 29, 2021
1 parent 7f4e9b1 commit 94741e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm install -g npm@7 && npm ci
- name: Lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm install -g npm@7 && npm ci
- name: Lint
Expand Down

0 comments on commit 94741e7

Please sign in to comment.