Skip to content

Commit

Permalink
👷 ci: Forcing NPM registry for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 11, 2021
1 parent f7d3148 commit 9ea3ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 15
registry-url: 'https://registry.npmjs.org'

- run: npm ci
- run: npm ci --registry https://registry.npmjs.org

- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down

0 comments on commit 9ea3ed9

Please sign in to comment.