Skip to content

Commit

Permalink
add registry to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed May 10, 2021
1 parent fd98863 commit 1b49520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 1b49520

Please sign in to comment.