From 275487ab8391527de96c4966076e4baef8e4cdf8 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 4 Apr 2024 19:50:50 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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