Add registry-url
This commit is contained in:
parent
dcf422f14b
commit
0ff6eee845
|
@ -15,6 +15,8 @@ jobs:
|
|||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
registry-url: 'https://registry.npmjs.org/'
|
||||
|
||||
- name: Install
|
||||
run: yarn --frozen-lockfile --non-interactive
|
||||
|
|
Loading…
Reference in New Issue