Add registry-url

This commit is contained in:
Pavel Djundik 2019-11-26 22:34:18 +02:00
parent dcf422f14b
commit 0ff6eee845
1 changed files with 2 additions and 0 deletions

View File

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