Explicitly set npm registry-url

This commit is contained in:
Prathamesh Musale 2024-01-24 17:02:22 +05:30
parent 395e8bddee
commit 7bbba3ec74

View File

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