From ec5118850c5dea1fd2b12ea45b550047cf209d45 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 15 Nov 2023 14:10:08 -0600 Subject: [PATCH] ci: fix missing registry-url for node step in github action (#1291) --- .github/actions/dependencies/action.yml | 1 + 1 file changed, 1 insertion(+) 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