chore(ci): add registry url in nightly build

[release]
This commit is contained in:
Clark Du 2020-01-20 22:05:01 +00:00 committed by Pooya Parsa
parent 960984c08e
commit 206f062480

View File

@ -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