Explicitly set npm registry-url
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 28s
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 28s
This commit is contained in:
parent
395e8bddee
commit
7bbba3ec74
@ -23,6 +23,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
registry-url: 'https://registry.npmjs.org/'
|
||||||
|
|
||||||
- name: Install dependencies and build
|
- name: Install dependencies and build
|
||||||
run: yarn && yarn build
|
run: yarn && yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user