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