From 6ab15fce1c26bd78c5ccdbe44bc97ad7816ca53e Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Tue, 8 Dec 2020 11:59:06 -0500 Subject: [PATCH] ci: use registry-url --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a49291b7a..3780a4d972 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + registry-url: https://registry.npmjs.org scope: '@payloadcms' always-auth: true - name: Cache node modules