diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 743d1f438..1418824a4 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -19,6 +19,7 @@ runs: node-version: 18 cache: yarn cache-dependency-path: '**/yarn.lock' + registry-url: 'https://registry.npmjs.org' - name: Install root dependencies run: yarn install --frozen-lockfile shell: bash