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