Skip to content

Commit

Permalink
chore(ci): add registry url in nightly build
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
clarkdo committed Jan 20, 2020
1 parent d9470d0 commit 84d7a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive
- name: lint
Expand Down

0 comments on commit 84d7a0a

Please sign in to comment.