diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4592d2cd92..356ef505a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.x + registry-url: "https://registry.npmjs.org" - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT