Explicitly set npm registry-url
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 28s

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